Few improvements based on contributed code and user proposals:
* Added basic DHCP network support. DNS not working due to glibc static linking issues. * Added 'genisoimage' fix for Debian systems. * Added compilation optimization which significantly reduces the overall compilation time.
This commit is contained in:
parent
4e68b0d838
commit
72bd42fd25
4
src/qemu32.sh
Executable file
4
src/qemu32.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
qemu-system-i386 -cdrom minimal_linux_live.iso
|
||||
|
4
src/qemu64.sh
Executable file
4
src/qemu64.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
qemu-system-x86_64 -cdrom minimal_linux_live.iso
|
||||
|
Loading…
x
Reference in New Issue
Block a user