diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-27 03:22:12 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-27 03:56:56 -0400 |
commit | 5c2065ea789df2a0c1b98b2412e5f14711c9a49b (patch) | |
tree | 844cc2b4263d483cf056c205a90965888e342405 /qemu.sh | |
parent | c2e350df992079b5d9f7fef6064c1af604282d95 (diff) |
get rid of unused isolinux files; change iso cdrom paths
Diffstat (limited to 'qemu.sh')
-rwxr-xr-x | qemu.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ layered=${iso%.iso}.layered.iso | |||
13 | # NET='user,tftp=isolinux,bootfile=/pxelinux.0' | 13 | # NET='user,tftp=isolinux,bootfile=/pxelinux.0' |
14 | NET='tap,vlan=0,ifname=tap0,script=no,downscript=no' | 14 | NET='tap,vlan=0,ifname=tap0,script=no,downscript=no' |
15 | 15 | ||
16 | initrd=isolinux/live/initrd.img | 16 | initrd=isolinux/linux/initrd.img |
17 | kernel=isolinux/live/vmlinuz | 17 | kernel=isolinux/linux/vmlinuz |
18 | kcmdline='boot=samizdat components quiet splash' | 18 | kcmdline='boot=samizdat components quiet splash' |
19 | 19 | ||
20 | sudo qemu-system-x86_64 -enable-kvm -smp 2 -m 640 -k en-us \ | 20 | sudo qemu-system-x86_64 -enable-kvm -smp 2 -m 640 -k en-us \ |