X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL;h=c8c30d228269c07778c6f48a03469d46cf198509;hb=659aa3972e4ba06526fd4390168cf747fa943a68;hp=95960ddd2a6f828d2f5b19bfe701af5b398c87ac;hpb=2f411dbd2beecfa754da780a37f83467230a1a6b;p=hdw-linux%2Fhdw-linux.git diff --git a/doc/INSTALL b/doc/INSTALL index 95960dd..c8c30d2 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -86,7 +86,7 @@ in the ./misc/hdw-tools directory. EOF ./scripts/Helper -create_dist_file - . misc/hdw-tools/hdw-get dist-install /mnt/hdw-target \ + ./misc/hdw-tools/hdw-get dist-install /mnt/hdw-target \ ./distro/ you may edit the distribution file, hdw-get should actually warn you @@ -107,6 +107,11 @@ in the ./misc/hdw-tools directory. final steps ----------- +|--------------------------------------------------------------------------| +| you may want/need to mount proc/sysfs somewhere in tis steps, simply do: | +| mount /proc ; mount /sys (when you think its needed) | +|--------------------------------------------------------------------------| + - chroot to your new build system and compile a new kernel (you have to do this if you are not booting via nfsroot!) @@ -137,7 +142,16 @@ final steps vi /etc/lilo.conf (add vmlinuz_hdw) lilo + +- create essential console and null nodes (!important!) + + example: + mknod -m 0666 /mnt/hdw-target/dev/null + mknod -m 0600 /mnt/hdw-target/dev/null + + [ WARNING : your system will not start up without these nodes ] + - have a look at the config files in /mnt/hdw-target/etc/* and adjust to your needs. reboot then - good luck! ;)