Update X.org packages (fixes bug with intel driver)
[hvlinux.git] / stage2 / INSTALL
index 5252117..01941b4 100644 (file)
@@ -1,25 +1,32 @@
 stage2: Installing basic system software
+
 Installation
 ------------
 
 1. Type:
    $> sudo make
 
-2. Compile new kernel (enable loadable modules support)
-
-3. Type 'exit'
+2. Type 'exit'
 
-4. Reboot.
+3. Reboot.
 
-5. Run script /usr/local/bin/udev-create-persistent-net.sh
-
-6. Optional. To install GRUB, launch 'grub'. When the GRUB prompt appears,
+4. 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:
+5. 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