]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: add debian initramfs hook to package
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Aug 2018 22:06:45 +0000 (17:06 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 1 Aug 2018 22:06:45 +0000 (17:06 -0500)
commit900bd62e51fbb13db96cffb11f5504e3eec217ac
tree3de91c780c59bbdda2ff770049d73b8c267516b6
parent68d169079dddf3272453f8e73a781f4eee388eb8
xfs: add debian initramfs hook to package

In Debian bug 904086, the reporter complained that xfs_repair wasn't
present in the initramfs, which prevented him from using shutdown -F to
force a filesystem fsck after a reboot.  Add a hook to put the xfs
utilities in the initramfs if xfs is the root filesystem.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
debian/local/initramfs.hook [new file with mode: 0644]
debian/rules