From df560728a3b76c857a12500bca1a701ad917b460 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 5 Sep 2014 11:48:02 +0200 Subject: migrate installer EFI image to x86_64 This make the installer usable on Minnowboard Max, which can only boot EFI 64bits images Change-Id: Ibcbac34baf35f2566a9bb2f8b95f553b8704debd Signed-off-by: Stephane Desneux --- common-targets.yaml | 2 +- ks/common-installer-efi-i586.yaml | 19 ------------------- ks/common-installer-efi-x86_64.yaml | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 ks/common-installer-efi-i586.yaml create mode 100644 ks/common-installer-efi-x86_64.yaml diff --git a/common-targets.yaml b/common-targets.yaml index 25fba5c..1a27e1a 100644 --- a/common-targets.yaml +++ b/common-targets.yaml @@ -3,7 +3,6 @@ Targets: - Name: ia32-wayland Images: - common-installer-mbr-i586.yaml - - common-installer-efi-i586.yaml - common-wayland-mbr-i586.yaml - common-qa-unsafe-wayland-mbr-i586.yaml @@ -19,6 +18,7 @@ Targets: - Name: x86_64-wayland Images: + - common-installer-efi-x86_64.yaml - common-wayland-mbr-x86_64.yaml - common-wayland-efi-x86_64.yaml - common-qa-unsafe-wayland-mbr-x86_64.yaml diff --git a/ks/common-installer-efi-i586.yaml b/ks/common-installer-efi-i586.yaml deleted file mode 100644 index 962f792..0000000 --- a/ks/common-installer-efi-i586.yaml +++ /dev/null @@ -1,19 +0,0 @@ -Name: common-installer-efi-i586 -Architecture: ia32 -Schedule: "*" -Active: True -Platform: Installer -InstallerFrameworkPlugins: - - bootloader - - fstab -Part: common-efi -FileName: common-installer-efi-i586 -Kernel: kernel-profile-common -Repos: - - common-wayland_i586 -Groups: - - Generic Setup Boot -PostScripts: - - generic-setup-boot -ExtraPackages: - - system-installer diff --git a/ks/common-installer-efi-x86_64.yaml b/ks/common-installer-efi-x86_64.yaml new file mode 100644 index 0000000..94a525a --- /dev/null +++ b/ks/common-installer-efi-x86_64.yaml @@ -0,0 +1,19 @@ +Name: common-installer-efi-x86_64 +Architecture: x86_64 +Schedule: "*" +Active: True +Platform: Installer +InstallerFrameworkPlugins: + - bootloader + - fstab +Part: common-efi +FileName: common-installer-efi-x86_64 +Kernel: kernel-profile-common +Repos: + - common-wayland_x86_64 +Groups: + - Generic Setup Boot +PostScripts: + - generic-setup-boot +ExtraPackages: + - system-installer -- cgit v1.2.3