12 lines
273 B
Bash
Executable File
12 lines
273 B
Bash
Executable File
#/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
|
|
|
|
|
|
#qemu -hda ogclient.img -kernel ./ogvmlinuz -initrd ./oginitrd.img -append "root=/dev/sda1 rw init=false" -boot c |