diff options
Diffstat (limited to 'qemu.sh')
-rwxr-xr-x | qemu.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |