summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-08-30 07:49:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-08-30 07:49:03 -0500
commitcd61915f0b7ff3e53286178ac6f1dd3395a6b830 (patch)
tree8564c935a6f8c8cd0ca46745955e13029aa25f1d /tests
parenteab23f62a434e26de082b67f4af339b14300eb27 (diff)
downloadhorizon-cd61915f0b7ff3e53286178ac6f1dd3395a6b830.tar.gz
horizon-cd61915f0b7ff3e53286178ac6f1dd3395a6b830.tar.bz2
horizon-cd61915f0b7ff3e53286178ac6f1dd3395a6b830.tar.xz
horizon-cd61915f0b7ff3e53286178ac6f1dd3395a6b830.zip
Rearchitect how 'bootloader' key works
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures/0240-bootloader-invalid.installfile2
-rw-r--r--tests/fixtures/0249-bootloader-ppc.installfile2
-rw-r--r--tests/fixtures/0250-bootloader-x86efi.installfile2
-rw-r--r--tests/fixtures/0251-bootloader-x86bios.installfile2
-rw-r--r--tests/fixtures/0252-bootloader-alpha.installfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/fixtures/0240-bootloader-invalid.installfile b/tests/fixtures/0240-bootloader-invalid.installfile
index 210fe7f..7f14f5a 100644
--- a/tests/fixtures/0240-bootloader-invalid.installfile
+++ b/tests/fixtures/0240-bootloader-invalid.installfile
@@ -4,4 +4,4 @@ pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
mount /dev/sda1 /
arch ppc64
-bootloader grub-efi
+bootloader /dev/sda grub-efi
diff --git a/tests/fixtures/0249-bootloader-ppc.installfile b/tests/fixtures/0249-bootloader-ppc.installfile
index 3124cda..f734df0 100644
--- a/tests/fixtures/0249-bootloader-ppc.installfile
+++ b/tests/fixtures/0249-bootloader-ppc.installfile
@@ -4,4 +4,4 @@ pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
mount /dev/sda1 /
arch ppc
-bootloader yaboot
+bootloader /dev/sda yaboot
diff --git a/tests/fixtures/0250-bootloader-x86efi.installfile b/tests/fixtures/0250-bootloader-x86efi.installfile
index bb18a9a..5d64d3e 100644
--- a/tests/fixtures/0250-bootloader-x86efi.installfile
+++ b/tests/fixtures/0250-bootloader-x86efi.installfile
@@ -4,4 +4,4 @@ pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
mount /dev/sda1 /
arch pmmx
-bootloader grub-efi
+bootloader /dev/sda grub-efi
diff --git a/tests/fixtures/0251-bootloader-x86bios.installfile b/tests/fixtures/0251-bootloader-x86bios.installfile
index dbc461d..895c5b4 100644
--- a/tests/fixtures/0251-bootloader-x86bios.installfile
+++ b/tests/fixtures/0251-bootloader-x86bios.installfile
@@ -4,4 +4,4 @@ pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
mount /dev/sda1 /
arch x86_64
-bootloader grub-bios
+bootloader /dev/sda grub-bios
diff --git a/tests/fixtures/0252-bootloader-alpha.installfile b/tests/fixtures/0252-bootloader-alpha.installfile
index d522901..2faf21d 100644
--- a/tests/fixtures/0252-bootloader-alpha.installfile
+++ b/tests/fixtures/0252-bootloader-alpha.installfile
@@ -4,4 +4,4 @@ pkginstall adelie-base
rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/
mount /dev/sda1 /
arch alpha
-bootloader aboot
+bootloader /dev/sda aboot