From: Dobrica Pavlinusic Date: Sun, 7 Oct 2018 09:05:27 +0000 (+0200) Subject: grub-install --no-floppy X-Git-Url: http://git.rot13.org/?p=gnt-info;a=commitdiff_plain;h=19bad8aa18002cb7ac5329e469f57f4bacde23be;hp=ba74341d41aa76c6e85f3960d5ab113cd8c9fa88 grub-install --no-floppy --- diff --git a/hooks/grub b/hooks/grub index b6b7837..fc29325 100755 --- a/hooks/grub +++ b/hooks/grub @@ -71,10 +71,10 @@ case $DISKTYPE in MAPPERDEV=/dev/mapper/$(dmsetup info -C --noheadings -o name $BLOCKDEV) echo "(hd0) $MAPPERDEV" > $TARGET/boot/grub/device.map - chroot "$TARGET" grub-install $LODEV + chroot "$TARGET" grub-install --no-floppy $LODEV ;; *) - chroot "$TARGET" grub-install $BLOCKDEV + chroot "$TARGET" grub-install --no-floppy $BLOCKDEV ;; esac