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:
Ivan Davidov 2015-04-18 14:17:10 +03:00
parent 4e68b0d838
commit 72bd42fd25
2 changed files with 8 additions and 0 deletions

4
src/qemu32.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
qemu-system-i386 -cdrom minimal_linux_live.iso

4
src/qemu64.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
qemu-system-x86_64 -cdrom minimal_linux_live.iso