mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: Exclude /usr/lib/modules as well as /lib/modules.
It normally makes no difference to the final size of the appliance, because 'supermin --build' will copy back the host kernel modules.
This commit is contained in:
@@ -21,6 +21,7 @@ dnl Of course, this may break the appliance, so be careful.
|
||||
dnl The right kernel modules are added back by supermin.
|
||||
-/boot/*
|
||||
-/lib/modules/*
|
||||
-/usr/lib/modules/*
|
||||
|
||||
dnl Firmware blobs should not be required by a virtual machine.
|
||||
dnl Because of UsrMove nonsense, we need to list both directories.
|
||||
|
||||
Reference in New Issue
Block a user