add comment

This commit is contained in:
Tobias Powalowski 2023-02-10 10:09:00 +01:00
parent 8970fdfef8
commit 5e33437387

View file

@ -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"
}