mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-25 09:04:00 +00:00
This output produces a kernel and a root filesystem in squashfs format. squashfs is a read-only, compressed filesystem. The 'kernel+squashfs' output can be used in a similar way as the default 'kernel+initrd' output format with the benefit that the rootfs does not consume any memory. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>