Quote (<--iNT13--> @ July 15 2004,04:59) |
Nice work! The LAN version - (if your home network hangs off a DHCP server) Make the KNOPPIX directory available with a http or ftp server (Monkey?). Optional:- make other files, dpkg.tar.gz and .dsl files etc available also Boot your soon to be DSL box with tomsrtboot. Partition the hard drive:- "fdisk /dev/hda", make a partition active. I usually put a swap partition first. "mkswap /dev/yourswap" Format your ext2 partition/s "mke2fs /dev/yourext2" Check to see you can find the install file host "ping dottedquad of host" Mount the partition you want the KNOPPIX dir copied to "mount -t ext2 -o rw /dev/whatever /mnt" Make a directory called KNOPPIX "mkdir /mnt/KNOPPIX" Note: wget (in BusyBox) 'gets' to the pwd. Move to the mounted partition "cd mnt" Get the files "wget protocol://dottedquad of host:port/KNOPPIX/desiredfile" (desired files: KNOPPIX, boot.img) Optional:- get other files "cd .." "wget protocol://dottedquad of host:port/desiredfile" Return to root "cd /" Unmount the partition "umount /mnt/" Reboot with the DSL boot floppy ![]() |