From cd61915f0b7ff3e53286178ac6f1dd3395a6b830 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 30 Aug 2020 07:49:03 -0500 Subject: Rearchitect how 'bootloader' key works --- tests/fixtures/0240-bootloader-invalid.installfile | 2 +- tests/fixtures/0249-bootloader-ppc.installfile | 2 +- tests/fixtures/0250-bootloader-x86efi.installfile | 2 +- tests/fixtures/0251-bootloader-x86bios.installfile | 2 +- tests/fixtures/0252-bootloader-alpha.installfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3-60-g2f50