source: ogLive-Builder-Git/includes/usr/bin/boot-tools/qemu.sh @ 7123d35

deps-vadimfilebeat-installerimprove-versionlgromero-testsmainpull-from-cloning-engine
Last change on this file since 7123d35 was ad828d4, checked in by adv <adv@…>, 14 years ago

version 1.0.2 boot-tools #404 #420 id.version instalador

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

  • Property mode set to 100755
File size: 273 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
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.