Author: sparky Date: Thu Mar 16 14:23:38 2006 New Revision: 7184 Modified: ppcrcd/trunk/doc/README.netbooting Log: - updated
Modified: ppcrcd/trunk/doc/README.netbooting ============================================================================== --- ppcrcd/trunk/doc/README.netbooting (original) +++ ppcrcd/trunk/doc/README.netbooting Thu Mar 16 14:23:38 2006 @@ -1,17 +1,20 @@ +=== Booting from network === -1. install and prepare DHCP server +== 1. install and prepare DHCP server == in PLD you have only to add: -next-server <server_pi>; -in /etc/dhcpd.conf +| next-server <server_pi>; +in <*</etc/dhcpd.conf>*> -2. install and prepare tftp (tftp-hpa) server +== 2. install and prepare tftp (tftp-hpa) server == -3. mount ppcrcd image and execute boot/prep-tftp-files.sh -for help try:$ prep-tftp-files.sh --help +== 3. mount ppcrcd image and execute <_<boot/prep-tftp-files.sh>_> == +for help try: +| $ <_<prep-tftp-files.sh --help>_> remember you need write permisions to tftp dir -4. reboot your PPC to Open Firmware (Command+Option+O+F on most Mac's) -type: -boot enet:,\ppc\bootinfo.txt +== 4. reboot your PPC to Open Firmware == +to do it type Command+Option+O+F (Apple+Alt+O+F) on most Mac's, +then type: +| > <_<boot enet:,\ppc\bootinfo.txt>_> and wait until yaboot boots, in yaboot you should select 'tomem' image _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
