summaryrefslogtreecommitdiffstats
path: root/client/boot-tools/clientstructure/root/qemu.sh
blob: c5a93cd94459cbbb4c8afecfc4808ae1d3d503c8 (plain)
1
2
3
4
5
6
7
8
9
#/bin/bash

mount -o rw,remount /
mount proc /proc -t proc
export PATH=$PATH dpkg -i *.deb
modprobe 8139too
modprobe 8139cp
dhclient
/etc/init.d/ssh restart