mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-27 18:46:13 +00:00
Now that LinuxKit works on a truly immutable filesystem, for an ISO it makes sense to use the ISO filesystem rather than using an initrd. Only major difference is you may need to specify the device for the root filesystem in the kernel command line, but we set a sane default of `/dev/sr0` if unspecified. Signed-off-by: Justin Cormack <justin.cormack@docker.com>