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

index 52d428f..2d9aa1d 100755 (executable)
@@ -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
index 6a06f85..07e649f 100644 (file)
--- a/packages
+++ b/packages
@@ -16,7 +16,6 @@ lsof
 lvm2
 mdadm
 most
-os-prober
 pciutils
 postfix
 resolvconf