mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
✨ feat: Add package docker-to-rootfs (#121)
This package will handle creating the rootfs needed by CrosVM > More info incoming
This commit is contained in:
5
packages/docker-to-rootfs/syslinux.cfg
Normal file
5
packages/docker-to-rootfs/syslinux.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
DEFAULT linux
|
||||
SAY Now booting the kernel from SYSLINUX...
|
||||
LABEL linux
|
||||
KERNEL /vmlinuz
|
||||
APPEND rw root=/dev/sda1 initrd=/initrd.img
|
||||
Reference in New Issue
Block a user