summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-29 16:27:15 -0400
committerAndrew Cady <d@jerkface.net>2020-05-29 16:27:48 -0400
commitbd172194c19ebdadcdbf62edcd7f7649aa511f98 (patch)
tree53269f5ae8eb79325cebf1c84e644deb7ace3301 /src
parent98af809d8ba041823695543f89ba376dcf8698bb (diff)
here is a better spot
Diffstat (limited to 'src')
-rwxr-xr-xsrc/qemu.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qemu.sh b/src/qemu.sh
index 813c054..812609a 100755
--- a/src/qemu.sh
+++ b/src/qemu.sh
@@ -10,8 +10,6 @@ layered=${samizdat_iso_dir}/${iso%.iso}.layered.iso
10 10
11[ "$1" ] && iso=$1 11[ "$1" ] && iso=$1
12 12
13initrd.sh || { echo "initrd.sh failed" >&2; exit 1; };
14
15[ "$NO_NET" ] || USE_NET=y 13[ "$NO_NET" ] || USE_NET=y
16 14
17NET='tap,ifname=tap0,script=no,downscript=no' 15NET='tap,ifname=tap0,script=no,downscript=no'