diff --git a/usr/lib/initcpio/install/archboot_init b/usr/lib/initcpio/install/archboot_init index a3414e45d..e57e9dd6b 100644 --- a/usr/lib/initcpio/install/archboot_init +++ b/usr/lib/initcpio/install/archboot_init @@ -19,6 +19,7 @@ build() { map add_file '/usr/lib/udev/ata_id' '/usr/lib/udev/scsi_id' add_file "/usr/share/archboot/base/init" "/init" map add_dir /mnt /etc/modprobe.d + # disable floppy, not needed and causes errors on failed mounting echo "blacklist floppy" >> "${BUILDROOT}/etc/modprobe.d/modprobe.conf" }