X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2FINSTALL;h=ced5ba9c8c01e2dab378fdb90065adc7a7043731;hb=2c652ca09b0c4618e6b859728e838d6d095c7ffc;hp=bb329b68660c4540845faa5f9794ff786f9bf3ec;hpb=b7d1d99f41dcf50a8635f608679947f4455a0c7c;p=hvlinux.git diff --git a/stage2/INSTALL b/stage2/INSTALL index bb329b6..ced5ba9 100644 --- a/stage2/INSTALL +++ b/stage2/INSTALL @@ -3,22 +3,32 @@ stage2: Installing basic system software Installation ------------ -1. Launch ./hv-install-1 +1. Type: + $> sudo make -2. Compile new kernel (enable loadable modules support) +2. Type 'exit' -3. Type 'exit' +3. Reboot. -4. Reboot. +4. Run script /usr/local/bin/udev-create-persistent-net.sh -5. Run script /usr/local/bin/udev-create-persistent-net.sh - -6. Optional. To install GRUB, launch 'grub'. When the GRUB prompt appears, +5. Optional. To install GRUB, launch 'grub'. When the GRUB prompt appears, install grub on the MBR with (example with boot partition on first partition of first disk): grub> root (hd0,0) grub> setup (hd0) grub> reboot -7. Login as root, and create the password for the regular user: +6. Login as root, and create the password for the regular user: >$ passwd reguser + + +Re-installation +--------------- + +1. You need the /tools directory in order to build stage2. If it is not + present, it means it was previously and automatically backed up at + the end of stage2 to /usr/src: + $> cp -a /usr/src/tools / + +2. Follow instructions above for stage2 installation