X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2FINSTALL;h=01941b4037c0e14db7dcb2105b22e8db21928f4e;hb=2121ae9154ff063eef0defe0a9208663062a2d01;hp=b6215a09f3abda0f204f801331a658de4361a1ee;hpb=f920c7ef750f2163b9e407cc453b192ede2c185a;p=hvlinux.git diff --git a/stage2/INSTALL b/stage2/INSTALL index b6215a0..01941b4 100644 --- a/stage2/INSTALL +++ b/stage2/INSTALL @@ -1,27 +1,23 @@ stage2: Installing basic system software - + Installation ------------ 1. Type: $> sudo make -2. Compile new kernel (enable loadable modules support) - -3. Type 'exit' - -4. Reboot. +2. Type 'exit' -5. Run script /usr/local/bin/udev-create-persistent-net.sh +3. Reboot. -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