diff options
Diffstat (limited to 'src/qemu.sh')
-rwxr-xr-x | src/qemu.sh | 2 |
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 | ||
13 | initrd.sh || { echo "initrd.sh failed" >&2; exit 1; }; | ||
14 | |||
15 | [ "$NO_NET" ] || USE_NET=y | 13 | [ "$NO_NET" ] || USE_NET=y |
16 | 14 | ||
17 | NET='tap,ifname=tap0,script=no,downscript=no' | 15 | NET='tap,ifname=tap0,script=no,downscript=no' |