X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-debootstrap;h=2d9aa1d24c857a44835e66c6723e04d980865ed1;hb=899540974cd6a5eb430b8731f4b4cd85788948c7;hp=52d428fa0eb008d0b07cc15cd49beb6ee619e461;hpb=d91d9f3ef6d33d5432a936741d2ee41de1621281;p=grml-debootstrap.git diff --git a/grml-debootstrap b/grml-debootstrap index 52d428f..2d9aa1d 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -1546,8 +1546,11 @@ 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 - *) + xfs) + chroot "${MNTPOINT}" grub-mkimage -O i386-pc -p "(hd0,msdos1)/boot/grub" -o /tmp/core.img biosdisk part_msdos xfs + ;; + # 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