Doesn't the FTP install give you less options (read:"stuff") than the CD's do? I have 8.0 personal now and would like to give 8.2 a go. BTW, how does one go about making the necessary boot floppy to do the FTP install?Btw, I DID install SUSE (I think thats the way the want to be known these days.. ) from the ftp site in Germany once. It was pretty fast. I was on my school's network, it was Friday night (almost 2 AM), etc, etc....
originally posted by:GonzoDaGr8Doesn't the FTP install give you less options (read:"stuff") than the CD's do? I have 8.0 personal now and would like to give 8.2 a go. BTW, how does one go about making the necessary boot floppy to do the FTP install?
booting from floppy
Download the floppy disk image boot/bootdisk as well as the module disk
image files you need (at least boot/modules1 and likely the network
modules from boot/modules3).
Write the images to floppy disks using the 'dd' command:
dd if=[path_to_image] of=/dev/fd0 bs=36b
On non-linux systems, use the rawrite utility from the dosutils/rawrite
directory (rawrite.exe).