This patches fixes some bad style sentences, an error in "halt", because of kfs, some bad spelled sentences and the GB form of "Initializing" in disk/format. Thanks to Vester Thacker for pointing this out. Still one problem is there: the description of mountfs, stop and finish are placed wrong in the menus because of their short names. I don't see a real solution for this. Reference: /n/sources/patch/applied/install-spelling Date: Wed May 18 20:14:55 CES 2005 --- /sys/lib/dist/pc/inst/confignet Wed May 18 20:12:51 2005 +++ /sys/lib/dist/pc/inst/confignet Wed May 18 20:12:47 2005 @@ -1,7 +1,7 @@ #!/bin/rc # prereq: configdist -# desc: configure the network to use to download the distribution +# desc: configure the network to download the distribution switch($1){ case checkready checkdone --- /sys/lib/dist/pc/inst/bootsetup Wed May 18 20:13:21 2005 +++ /sys/lib/dist/pc/inst/bootsetup Wed May 18 20:13:15 2005 @@ -91,14 +91,11 @@ echo echo 'There are myriad ways to boot a Plan 9 system.' echo 'You can use any of the following.' - echo '(You can also repeat this task to use more than one).' echo echo ' floppy - create a boot floppy' echo ' plan9 - make the plan 9 disk partition the default for booting' echo ' win9x - add a plan 9 option to windows 9x boot menu' echo ' winnt - add a plan 9 option to windows nt/2000/xp boot manager' - echo - echo '(See the documentation for instructions on booting Plan 9 from LILO.)' echo echo 'If you are upgrading an extant third edition installation and booting' echo 'from something other than a floppy, you needn''t run anything here.' --- /sys/lib/dist/pc/inst/configfs Wed May 18 20:13:50 2005 +++ /sys/lib/dist/pc/inst/configfs Wed May 18 20:13:44 2005 @@ -15,9 +15,6 @@ echo ' fossil the new Plan9 fileserver' echo ' fossil+venti fossil + a archival dump server' echo - echo '(fossil+venti only reserves and formats the partitions' - echo ' venti will need, but it will be started on the first' - echo ' boot.)' prompt -d fossil 'File system' fossil fossil+venti fstype=$rd export fstype --- /sys/src/cmd/disk/format.c Wed May 18 20:14:24 2005 +++ /sys/src/cmd/disk/format.c Wed May 18 20:14:17 2005 @@ -481,7 +481,7 @@ */ if(dofat) { if(commit) { - print("Initialising FAT file system\n"); + print("Initializing FAT file system\n"); print("type %s, %d tracks, %d heads, %d sectors/track, %lld bytes/sec\n", t->name, t->tracks, t->heads, t->sectors, secsize); }