diff options
-rw-r--r-- | ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml | 5 | ||||
-rw-r--r-- | ks/common-emulator-wayland-mbr-i586.yaml | 5 | ||||
-rw-r--r-- | ks/common-installer-mbr-i586.yaml | 7 | ||||
-rw-r--r-- | ks/common-minimal-mbr-i586.yaml | 7 | ||||
-rw-r--r-- | ks/common-minimal-mbr-x86_64.yaml | 7 | ||||
-rw-r--r-- | ks/common-qa-unsafe-minimal-mbr-i586.yaml | 8 | ||||
-rw-r--r-- | ks/common-qa-unsafe-minimal-mbr-x86_64.yaml | 5 | ||||
-rw-r--r-- | ks/common-qa-unsafe-wayland-mbr-i586.yaml | 5 | ||||
-rw-r--r-- | ks/common-qa-unsafe-wayland-mbr-x86_64.yaml | 5 | ||||
-rw-r--r-- | ks/common-qa-unsafe-x11-mbr-i586.yaml | 5 | ||||
-rw-r--r-- | ks/common-qa-unsafe-x11-mbr-x86_64.yaml | 5 | ||||
-rw-r--r-- | ks/common-wayland-mbr-i586.yaml | 5 | ||||
-rw-r--r-- | ks/common-wayland-mbr-x86_64.yaml | 5 | ||||
-rw-r--r-- | ks/common-x11-mbr-i586.yaml | 5 | ||||
-rw-r--r-- | ks/common-x11-mbr-x86_64.yaml | 5 |
15 files changed, 84 insertions, 0 deletions
diff --git a/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml b/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml index 9ed63a9..61f9070 100644 --- a/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml +++ b/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Wayland +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel FileName: common-emulator-qa-unsafe-wayland-mbr-i586 @@ -14,6 +17,7 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios ExtraPackages: - sdbd - system-plugin-emulator @@ -22,3 +26,4 @@ PostScripts: - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-emulator-wayland-mbr-i586.yaml b/ks/common-emulator-wayland-mbr-i586.yaml index 436626f..6ef17ce 100644 --- a/ks/common-emulator-wayland-mbr-i586.yaml +++ b/ks/common-emulator-wayland-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Wayland +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel FileName: common-emulator-wayland-mbr-i586 @@ -14,5 +17,7 @@ ExtraPackages: - system-plugin-emulator Groups: - Generic Multimedia Intel + - Generic Setup Boot Bios PostScripts: - generic-multimedia-intel + - generic-setup-boot-bios diff --git a/ks/common-installer-mbr-i586.yaml b/ks/common-installer-mbr-i586.yaml index f79a203..c4df7ba 100644 --- a/ks/common-installer-mbr-i586.yaml +++ b/ks/common-installer-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Installer +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-installer-mbr-i586 Kernel: kernel-profile-common @@ -10,3 +13,7 @@ Repos: - common-wayland_i586 ExtraPackages: - system-installer +Groups: + - Generic Setup Boot Bios +PostScripts: + - generic-setup-boot-bios diff --git a/ks/common-minimal-mbr-i586.yaml b/ks/common-minimal-mbr-i586.yaml index e184c66..0df0b5b 100644 --- a/ks/common-minimal-mbr-i586.yaml +++ b/ks/common-minimal-mbr-i586.yaml @@ -3,8 +3,15 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Minimal +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-minimal-mbr-i586 Kernel: kernel-profile-common Repos: - common-wayland_i586 +Groups: + - Generic Setup Boot Bios +PostScripts: + - generic-setup-boot-bios diff --git a/ks/common-minimal-mbr-x86_64.yaml b/ks/common-minimal-mbr-x86_64.yaml index ed3e212..d4b03ac 100644 --- a/ks/common-minimal-mbr-x86_64.yaml +++ b/ks/common-minimal-mbr-x86_64.yaml @@ -3,8 +3,15 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: Minimal +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-minimal-mbr-x86_64 Kernel: kernel-profile-common Repos: - common-wayland_x86_64 +Groups: + - Generic Setup Boot Bios +PostScripts: + - generic-setup-boot-bios diff --git a/ks/common-qa-unsafe-minimal-mbr-i586.yaml b/ks/common-qa-unsafe-minimal-mbr-i586.yaml index 7f5e091..aca0afe 100644 --- a/ks/common-qa-unsafe-minimal-mbr-i586.yaml +++ b/ks/common-qa-unsafe-minimal-mbr-i586.yaml @@ -3,7 +3,13 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Minimal +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr +InstallerFrameworkPlugins: + - bootloader + - fstab FileName: common-qa-unsafe-minimal-mbr-i586 Kernel: kernel-profile-common Repos: @@ -12,7 +18,9 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios PostScripts: - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-qa-unsafe-minimal-mbr-x86_64.yaml b/ks/common-qa-unsafe-minimal-mbr-x86_64.yaml index 7d7cab6..99f0cd0 100644 --- a/ks/common-qa-unsafe-minimal-mbr-x86_64.yaml +++ b/ks/common-qa-unsafe-minimal-mbr-x86_64.yaml @@ -3,6 +3,9 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: Minimal +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-qa-unsafe-minimal-mbr-x86_64 Kernel: kernel-profile-common @@ -12,7 +15,9 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios PostScripts: - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-qa-unsafe-wayland-mbr-i586.yaml b/ks/common-qa-unsafe-wayland-mbr-i586.yaml index e6d6a3d..c1e549e 100644 --- a/ks/common-qa-unsafe-wayland-mbr-i586.yaml +++ b/ks/common-qa-unsafe-wayland-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Wayland +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-qa-unsafe-wayland-mbr-i586 Kernel: kernel-profile-common @@ -13,8 +16,10 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios PostScripts: - generic-multimedia-intel - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-qa-unsafe-wayland-mbr-x86_64.yaml b/ks/common-qa-unsafe-wayland-mbr-x86_64.yaml index 49db928..4b82ec4 100644 --- a/ks/common-qa-unsafe-wayland-mbr-x86_64.yaml +++ b/ks/common-qa-unsafe-wayland-mbr-x86_64.yaml @@ -3,6 +3,9 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: Wayland +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-qa-unsafe-wayland-mbr-x86_64 Kernel: kernel-profile-common @@ -13,8 +16,10 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios PostScripts: - generic-multimedia-intel - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-qa-unsafe-x11-mbr-i586.yaml b/ks/common-qa-unsafe-x11-mbr-i586.yaml index 6deabec..d8005e4 100644 --- a/ks/common-qa-unsafe-x11-mbr-i586.yaml +++ b/ks/common-qa-unsafe-x11-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: X11 +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-qa-unsafe-x11-mbr-i586 Kernel: kernel-profile-common @@ -14,9 +17,11 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios PostScripts: - generic-x11-intel - generic-multimedia-intel - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-qa-unsafe-x11-mbr-x86_64.yaml b/ks/common-qa-unsafe-x11-mbr-x86_64.yaml index 926a396..a41ae1c 100644 --- a/ks/common-qa-unsafe-x11-mbr-x86_64.yaml +++ b/ks/common-qa-unsafe-x11-mbr-x86_64.yaml @@ -3,6 +3,9 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: X11 +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-qa-unsafe-x11-mbr-x86_64 Kernel: kernel-profile-common @@ -14,9 +17,11 @@ Groups: - Generic Automated QA Tools - Generic QA Tools - Common QA Tools + - Generic Setup Boot Bios PostScripts: - generic-x11-intel - generic-multimedia-intel - generic-autoqa - generic-qa - common-qa + - generic-setup-boot-bios diff --git a/ks/common-wayland-mbr-i586.yaml b/ks/common-wayland-mbr-i586.yaml index 91e409c..78d207f 100644 --- a/ks/common-wayland-mbr-i586.yaml +++ b/ks/common-wayland-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Wayland +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-wayland-mbr-i586 Kernel: kernel-profile-common @@ -10,5 +13,7 @@ Repos: - common-wayland_i586 Groups: - Generic Multimedia Intel + - Generic Setup Boot Bios PostScripts: - generic-multimedia-intel + - generic-setup-boot-bios diff --git a/ks/common-wayland-mbr-x86_64.yaml b/ks/common-wayland-mbr-x86_64.yaml index c89e9c9..825c240 100644 --- a/ks/common-wayland-mbr-x86_64.yaml +++ b/ks/common-wayland-mbr-x86_64.yaml @@ -3,6 +3,9 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: Wayland +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-wayland-mbr-x86_64 Kernel: kernel-profile-common @@ -10,5 +13,7 @@ Repos: - common-wayland_x86_64 Groups: - Generic Multimedia Intel + - Generic Setup Boot Bios PostScripts: - generic-multimedia-intel + - generic-setup-boot-bios diff --git a/ks/common-x11-mbr-i586.yaml b/ks/common-x11-mbr-i586.yaml index e681922..fa22649 100644 --- a/ks/common-x11-mbr-i586.yaml +++ b/ks/common-x11-mbr-i586.yaml @@ -3,6 +3,9 @@ Architecture: ia32 Schedule: "*" Active: True Platform: X11 +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-x11-mbr-i586 Kernel: kernel-profile-common @@ -11,6 +14,8 @@ Repos: Groups: - Generic X11 Intel - Generic Multimedia Intel + - Generic Setup Boot Bios PostScripts: - generic-x11-intel - generic-multimedia-intel + - generic-setup-boot-bios diff --git a/ks/common-x11-mbr-x86_64.yaml b/ks/common-x11-mbr-x86_64.yaml index 6fba8b1..85cd0e8 100644 --- a/ks/common-x11-mbr-x86_64.yaml +++ b/ks/common-x11-mbr-x86_64.yaml @@ -3,6 +3,9 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: X11 +InstallerFrameworkPlugins: + - bootloader + - fstab Part: common-mbr FileName: common-x11-mbr-x86_64 Kernel: kernel-profile-common @@ -11,6 +14,8 @@ Repos: Groups: - Generic X11 Intel - Generic Multimedia Intel + - Generic Setup Boot Bios PostScripts: - generic-x11-intel - generic-multimedia-intel + - generic-setup-boot-bios |