source: client/boot-tools/clientstructure/root/qemu.sh @ cceeb84

Last change on this file since cceeb84 was b1ccf9b, checked in by adv <adv@…>, 14 years ago

version1.0 renombrando ogclient boot-tools

git-svn-id: https://opengnsys.es/svn/branches/version1.0@1764 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 156 bytes
Line 
1#/bin/bash
2
3mount -o rw,remount /
4mount proc /proc -t proc
5export PATH=$PATH dpkg -i *.deb
6modprobe 8139too
7modprobe 8139cp
8dhclient
9/etc/init.d/ssh restart
Note: See TracBrowser for help on using the repository browser.