Merge remote-tracking branch 'origin/pr/176'
authorMichael Prokop <mika@grml.org>
Fri, 4 Jun 2021 08:50:43 +0000 (10:50 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 4 Jun 2021 08:50:43 +0000 (10:50 +0200)
grml-debootstrap

index 4dd900d..2d9aa1d 100755 (executable)
@@ -1546,6 +1546,9 @@ 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
       ;;
+    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