[Git-commits] [grml/grml-debootstrap] 4c49de: Ensure to have filesystem tools installed

Michael Prokop noreply at github.com
Fri Nov 25 11:50:53 CET 2022


  Branch: refs/heads/mika/xfs
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 4c49de9d47fef1e743d87bd7bd08fd4ac7d36f9c
      https://github.com/grml/grml-debootstrap/commit/4c49de9d47fef1e743d87bd7bd08fd4ac7d36f9c
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M chroot-script

  Log Message:
  -----------
  Ensure to have filesystem tools installed

When installing to an XFS root partition, update-initramfs complains:

| update-initramfs: Generating /boot/initrd.img-5.10.0-19-amd64
| W: /sbin/fsck.xfs doesn't exist, can't install to initramfs

Let's make sure to have the according filesystem package available.

FTR, no need for handling ext* + e2fsprogs, as this is available anyways
due to `Priority: required`.

Also, the "--filesystem jfs" isn't supported by default (as mkfs.jfs
expects user input unless invoked with -q, something we might wanna
automate in the future?), but someone can prepare it manually and
install it to the mounted file system, so let's also handle this.

Thanks: Chris Hofstaedtler for the bug report
Closes: https://github.com/grml/grml-debootstrap/issues/200




More information about the Git-commits mailing list