mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 03:34:58 +00:00
dd unit size is very non standard, just use numbers
On OSX the system version uses `m` but `brew` will install a version that only understands `M`... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
c13faaba29
commit
6aab136adc
@ -6,7 +6,7 @@ KERNEL="kernel/x86_64/vmlinuz64"
|
|||||||
: ${INITRD:="alpine/initrd.img"}
|
: ${INITRD:="alpine/initrd.img"}
|
||||||
CMDLINE="earlyprintk=serial console=ttyS0"
|
CMDLINE="earlyprintk=serial console=ttyS0"
|
||||||
|
|
||||||
[ -f disk.img ] || dd if=/dev/zero of=disk.img bs=1m count=256
|
[ -f disk.img ] || dd if=/dev/zero of=disk.img bs=1048576 count=256
|
||||||
|
|
||||||
MEM="-m 1G"
|
MEM="-m 1G"
|
||||||
SMP="-c 1"
|
SMP="-c 1"
|
||||||
|
Loading…
Reference in New Issue
Block a user