Quote |
$ sudo su # sfdisk -S 32 /dev/sda 0 256 <blank, just hit enter> <blank, just hit enter> <blank, just hit enter> y # shutdown -r now |
Quote |
$ sudo su # cfdisk /dev/sda Delete all the paritions Then create a new primary partition with size 70 (leaves you 20mb for 'dsl restore=sda1') Then change the type to 6 (which is FAT16) You can optionally create another (primary) partition using all remaining space to store other stuff (I chose Win95 FAT32 which is type 'b') |
Quote |
$ /usr/sbin/dsl-usbinstall |