source:
client/boot-tools/clientstructure/root/qemu.sh
@
cceeb84
Last change on this file since cceeb84 was b1ccf9b, checked in by , 14 years ago | |
---|---|
|
|
File size: 156 bytes |
Line | |
---|---|
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 |
9 | /etc/init.d/ssh restart |
Note: See TracBrowser
for help on using the repository browser.