containers / initoverlayfs

GNU General Public License v2.0
35 stars 9 forks source link

Turn on --hostonly mode #3

Closed ericcurtin closed 8 months ago

ericcurtin commented 8 months ago

Turn on --hostonly mode

We only want to include kernel modules from the host. Although we may want to run --no-hostonly mode in build systems as we may not know the hardware of the host we are running on.

Also fixed a small typo nss-softokn.

Reported-by: Douglas Landgraf dougsland@gmail.com Signed-off-by: Eric Curtin ecurtin@redhat.com

dougsland commented 8 months ago

LGTM

# du -sh /boot/initramfs-6.5.5-300.fc39.x86_64.img
13M /boot/initramfs-6.5.5-300.fc39.x86_64.img
ericcurtin commented 8 months ago

13M initramfs is exactly what we want to see :smile: We may be able to get it even smaller.