Merge branche make
[hvlinux.git] / stage2 / INSTALL
index bb329b6..b6215a0 100644 (file)
@@ -3,7 +3,8 @@ stage2: Installing basic system software
 Installation
 ------------
 
-1. Launch ./hv-install-1
+1. Type:
+   $> sudo make
 
 2. Compile new kernel (enable loadable modules support)
 
@@ -22,3 +23,14 @@ Installation
 
 7. 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