]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: (ArchLinux) Replace initramfs-linux.img with initramfs-linux-fallback.img.
authorTaro Yamada <archer_ame@yahoo.co.jp>
Sat, 2 Feb 2019 04:05:42 +0000 (13:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 2 Feb 2019 11:45:51 +0000 (12:45 +0100)
commit19632f6dbb6697182c95f719055a883df7fb8569
treef6ef76d5963b82c5d376ce7ea025e722aa9dcad1
parent3285320786c53eba186cafdc39ac93aafe09d089
test: (ArchLinux) Replace initramfs-linux.img with initramfs-linux-fallback.img.

Currently /boot/initramfs-linux.img is used as the default initrd for ArchLinux.
Although, since the kernel modules that are not necessary for the host  environment are removed from
initramfs-linux.img by mkinitcpio 's autodetect hook, the kernel modules necessary for qemu may be missing.
(ata_piix, ext4, and so on in my case.)
As a result, the test environment may not be built properly and the test will be failed.

initramfs-linux-fallback.img will skip this autodetect hook, so the test will run successfully in more
environments.

Both initramfs-linux.img and initramfs-linux-fallback.img are generated by default.
test/test-functions