X-Git-Url: http://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=4dd900d81d7a932aead32ff928bc50a5133ca640;hp=52d428fa0eb008d0b07cc15cd49beb6ee619e461;hb=1c4b3b085765b496639b03bcaa4fdec68480a138;hpb=1801808abd60403717962f13ce6aaf861e1a7459 diff --git a/grml-debootstrap b/grml-debootstrap index 52d428f..4dd900d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -1546,8 +1546,8 @@ if [[ -z "${GRUB}" ]] || ! dd if="${GRUB}" bs=512 count=1 2>/dev/null | cat -v | f2fs) chroot "${MNTPOINT}" grub-mkimage -O i386-pc -p "(hd0,msdos1)/boot/grub" -o /tmp/core.img biosdisk part_msdos f2fs ;; - # NOTE - we might need to distinguish between further filesystems - *) + # NOTE - we might need to distinguish between further filesystems + *) chroot "${MNTPOINT}" grub-mkimage -O i386-pc -p "(hd0,msdos1)/boot/grub" -o /tmp/core.img biosdisk part_msdos ext2 ;; esac