X-Git-Url: http://git.rot13.org/?p=gnt-info;a=blobdiff_plain;f=hooks%2Fgrub;h=fc29325de52b12c4632a9b65ab661a0498d4d43e;hp=b6b7837489f5dd93125746e5b0badddfe574d9da;hb=19bad8aa18002cb7ac5329e469f57f4bacde23be;hpb=ba74341d41aa76c6e85f3960d5ab113cd8c9fa88 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