summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xqemu.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu.sh b/qemu.sh
index e384e85..eaccb13 100755
--- a/qemu.sh
+++ b/qemu.sh
@@ -8,6 +8,8 @@ layered=${iso%.iso}.layered.iso
8 8
9[ -f "$layered" ] && iso=$layered 9[ -f "$layered" ] && iso=$layered
10 10
11[ "$1" ] && iso=$1
12
11./initrd.sh || { echo "./initrd.sh failed" >&2; exit 1; }; 13./initrd.sh || { echo "./initrd.sh failed" >&2; exit 1; };
12 14
13# NET='user,tftp=isolinux,bootfile=/pxelinux.0' 15# NET='user,tftp=isolinux,bootfile=/pxelinux.0'