mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 09:21:28 +00:00
@@ -5,4 +5,4 @@ COPY alpine/kernel/vmlinuz64 .
|
|||||||
|
|
||||||
RUN gzip -9 initrd.img
|
RUN gzip -9 initrd.img
|
||||||
|
|
||||||
ENTRYPOINT [ "qemu-system-x86_64", "-serial", "stdio", "-kernel", "vmlinuz64", "-initrd", "initrd.img.gz", "-m", "256", "-append", "earlyprintk=serial console=ttyS0 noapic", "-vnc", "none" ]
|
ENTRYPOINT [ "qemu-system-x86_64", "-serial", "stdio", "-kernel", "vmlinuz64", "-initrd", "initrd.img.gz", "-m", "512", "-append", "earlyprintk=serial console=ttyS0 noapic", "-vnc", "none" ]
|
||||||
|
Reference in New Issue
Block a user