mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
more RAM
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
f0afaf3074
commit
4fe3de4bbb
@ -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" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user