forked from josch/mmdebstrap
run_qemu.sh: run qemu with -no-user-config
This commit is contained in:
parent
06d08607cc
commit
7815fd16e6
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ trap cleanup INT TERM EXIT
|
||||||
qemu-img create -f qcow2 -b "$(realpath $cachedir)/debian-$DEFAULT_DIST.qcow" "$tmpdir/debian-$DEFAULT_DIST-overlay.qcow"
|
qemu-img create -f qcow2 -b "$(realpath $cachedir)/debian-$DEFAULT_DIST.qcow" "$tmpdir/debian-$DEFAULT_DIST-overlay.qcow"
|
||||||
# to connect to serial use:
|
# to connect to serial use:
|
||||||
# minicom -D 'unix#/tmp/ttyS0'
|
# minicom -D 'unix#/tmp/ttyS0'
|
||||||
qemu-system-x86_64 -M accel=kvm:tcg -m 1G -nographic \
|
qemu-system-x86_64 \
|
||||||
|
-no-user-config \
|
||||||
|
-M accel=kvm:tcg -m 1G -nographic \
|
||||||
-monitor unix:/tmp/monitor,server,nowait \
|
-monitor unix:/tmp/monitor,server,nowait \
|
||||||
-serial unix:/tmp/ttyS0,server,nowait \
|
-serial unix:/tmp/ttyS0,server,nowait \
|
||||||
-serial unix:/tmp/ttyS1,server,nowait \
|
-serial unix:/tmp/ttyS1,server,nowait \
|
||||||
|
|
Loading…
Reference in a new issue