source:
ogLive-Builder-Git/includes/usr/bin/boot-tools/qemu.sh
@
7123d35
Last change on this file since 7123d35 was ad828d4, checked in by , 14 years ago | |
---|---|
|
|
File size: 273 bytes |
Rev | Line | |
---|---|---|
[e2abadd] | 1 | #/bin/bash |
2 | ||
3 | mount -o rw,remount / | |
4 | mount proc /proc -t proc | |
5 | export PATH=$PATH dpkg -i *.deb | |
6 | modprobe 8139too | |
7 | modprobe 8139cp | |
8 | dhclient | |
[ad828d4] | 9 | /etc/init.d/ssh restart |
10 | ||
11 | ||
12 | #qemu -hda ogclient.img -kernel ./ogvmlinuz -initrd ./oginitrd.img -append "root=/dev/sda1 rw init=false" -boot c |
Note: See TracBrowser
for help on using the repository browser.