mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Allow HFS+, UFS and XFS filesystems (add to kmod whitelist).
This commit is contained in:
@@ -97,6 +97,10 @@ rm -f $koutput
|
||||
-a ! -name 'dm-*.ko' \
|
||||
-a ! -name 'cramfs.ko' \
|
||||
-a ! -name 'squashfs.ko' \
|
||||
-a ! -name 'hfsplus.ko' \
|
||||
-a ! -name 'ufs.ko' \
|
||||
-a ! -name 'exportfs.ko' \
|
||||
-a ! -name 'xfs.ko' \
|
||||
-a -print0 ) |
|
||||
xargs -0 @FEBOOTSTRAP_RUN@ initramfs -- rm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user