jkh
51db685ce5
Commit my latest so that Gary can sync up - this version should also
...
be the grounds for our first round of testing in the release I'm rolling.
It doesn't load the distributions yet, but it should do everything else.
1995-05-17 14:40:00 +00:00
gpalmer
c606c64125
Hopefully the last version of this file. Add a lot more comments, and
...
actually give the data back to sysinstall in a coherent fashion now.
1995-05-17 12:09:11 +00:00
gpalmer
7ccad1d5f6
Oops - Jordan managed to grab my ``work in progress file'' which
...
doesn't even come close to compiling. This file compiles, and should
work.
1995-05-16 20:00:51 +00:00
jkh
56016c7548
This will now compile and even scribble helpfully on your disks.
...
It remains to be seen how successfully. The distribution loading code
is still not here yet, but the partition/newfs/mount/cpio-extract cycle
is as complete as it's ever going to get, modulo possible bug fixes.
The TCP/IP setup screen is also sort of here, albeit in a highly-changing
state due to the fact that per-interface information isn't being kept
right now but is being added (thanks, Gary!).
1995-05-16 11:37:27 +00:00
jkh
2d7966431c
Fixes to document VTY usage.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-16 03:11:25 +00:00
jkh
78baa7daa2
This does _not yet compile_; I'm simply bringing in my changes from
...
this weekend in order to more easily sync with my CVS tree at home.
Another commit relative to these changes will follow shortly.
1995-05-16 02:53:31 +00:00
lars
097d35190f
Updated the text to reflect changes in the english version.
...
Also updated the text based upon suggestions from Havard.Eidnes.
1995-05-11 14:31:22 +00:00
jkh
fa40b84c68
1. Don't check CHUNK_BSD_COMPAT for now; it always returns "no" and is
...
getting in the way of testing right now.
2. Call system() on commands, not vsystem(). No need for vsystem() here.
3. Add a path for the shell.
1995-05-11 09:01:35 +00:00
jkh
2def66e1a6
Clean this up a bit - add more documentation to the documentation menu.
1995-05-11 06:47:46 +00:00
jkh
7ed2702c50
First round of changes after testing this on actual systems. Clean up
...
some of the badly displayed menus, use the proper notification box for
messages, make proceed work.
1995-05-11 06:10:56 +00:00
jkh
ebad582198
Don't use curses routines until that part of the system is initialized.
1995-05-10 18:59:51 +00:00
jkh
b4f525b153
Sync up to Poul - use his new Create_Chunk_DWIM() function and use the pointer
...
it passes back. Thanks, Poul!
1995-05-10 09:25:49 +00:00
jkh
266775d746
Make sure that mountpoints start with a /.
1995-05-10 08:03:21 +00:00
jkh
d1521f1667
Whoops - dispatch() takes multiple args now.
1995-05-10 08:00:47 +00:00
jkh
2bc42149ba
Fold in all my recent changes.
...
Do another clean-up pass over this, making the generic menu handler much
more powerful (now handles multiple dispatch). A few more menus fleshed
out and the beginnings of the distribution handler committed. Should
be transfering full distributions over in the next commit.
1995-05-10 07:45:00 +00:00
jmz
cb29db30f5
Change wording about displayed text in text fields
1995-05-09 13:06:11 +00:00
jkh
227a6e83a6
Revise confusing wording about text fields. It now reads
...
"the amount of text above the current point" instead of "the amount of text
remaining", which was of the exact opposite meaning! Urk.
Submitted by: joerg
1995-05-09 01:52:42 +00:00
jkh
1aa6f0255a
Sync these up so that they'll get into my CVS tree at home, where I'll continue
...
working on the distribution extract stuff.
1995-05-08 21:39:40 +00:00
jkh
cf830239e3
Whoops! Uncomment Write_Disk() again.
1995-05-08 18:41:37 +00:00
lars
80c8aec0c7
Improved readabilty and spelling
1995-05-08 14:40:59 +00:00
jkh
46ed9b1d82
Perform a much needed tidying-up pass over this code. Sleep for now,
...
more tomorrow.
1995-05-08 10:20:56 +00:00
jkh
845a4c055a
Add the sorted command executor code.
1995-05-08 06:08:27 +00:00
jkh
7440d1ae5c
Ok, we should now create all filesystems, mount them and extract the
...
cpio floppy at this point.
1995-05-08 06:06:30 +00:00
jkh
f8629aa1a3
Implement the geometry command. Clean up the help a little.
1995-05-08 01:27:07 +00:00
jkh
be72875c5f
Add a wizard button for Poul.
1995-05-08 00:56:28 +00:00
jkh
16a0ad9d11
Fix a bug in multi-column output.
1995-05-08 00:38:02 +00:00
jkh
01c872638f
Another sync up for Poul. Added a lot more error checking.
1995-05-07 23:37:34 +00:00
jkh
94f877197c
Implement a work-around for Create_Chunk providing no pointer to the
...
new chunk. The partition editor now works as well as the underlying
libdisk can support it - have at it, Poul!
1995-05-07 22:07:53 +00:00
jkh
618d4ca72b
Make this compile again. Poul and I need to sync up again.
1995-05-07 05:58:57 +00:00
jkh
c1b5993cf8
Correct a few ordering errors in how the partitions were being displayed.
1995-05-07 03:38:03 +00:00
jkh
c4a6192603
Print sizes of partitions now.
1995-05-07 02:04:29 +00:00
jkh
370e7434c7
Some fairly serious cleanup. The proper offset should now be used in
...
creating partitions. Still need to get the mount points displaying carefully,
but I need to get this into my tree on time so that I can work on that.
1995-05-06 09:34:24 +00:00
jkh
5d77b2037b
All the editors are finished. Now if I can just get a problem with libdisk
...
fixed, we should be able to fully set up the user's disk. Still to come
with next commit: filesystem setup, distribution extraction, final
configuration.
1995-05-05 23:47:47 +00:00
jkh
4577466eb8
Document VTYs
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-05 23:15:03 +00:00
jkh
6b504b5caf
Addendum documenting VTYs.
...
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1995-05-05 23:14:05 +00:00
jkh
dc68656289
Add changes to document VTYs.
...
Submitted by: Serge A. Babkin <babkin@hq.icb.chel.su>
1995-05-05 05:17:26 +00:00
jkh
cd577d5f9b
3 VTYs by default, not 4. My fault.
1995-05-05 00:00:12 +00:00
jkh
be00b69dd8
Not 4 VTYs by default, 3. Whoops.
1995-05-04 23:59:32 +00:00
jkh
cbee309b37
Addendum concerning virtual console usage in JIS.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:58:21 +00:00
jkh
5c5956ad1e
Add extra paragraph documenting virtual consoles in Japanese.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:57:23 +00:00
jkh
cec67c5897
Argh! Not 4 consoles, 3! Thanks, Satoshi Niimi!
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:56:51 +00:00
jkh
f087fb199f
Everything but the partition editor is done. This commit is for MBR testing.
1995-05-04 23:36:23 +00:00
jkh
6e0554da35
The swedish usage.hlp file, in the proper locale.
...
Submitted-by: Olof Johansson <offe@dc.luth.se>
1995-05-04 21:09:28 +00:00
jkh
eeae7fe7dc
Add the Norwegian version of usage.hlp
...
Submitted by: Lars Fredriksen <fredriks@mcs.com>
1995-05-04 21:07:30 +00:00
jkh
1c3e871d62
This will now write MBR entries - should be enough for testing.
1995-05-04 19:48:19 +00:00
joerg
35947edfc2
Jordan's addendum. Jetzt auch in deutsch. :)
1995-05-04 18:55:08 +00:00
jmz
5ca65f1a54
Document the virtual consoles
1995-05-04 17:50:42 +00:00
jkh
db1c744bfe
Add some notes about the virtual-consoles. Whoops! I completely forgot
...
about those! Now I have to send the paragraph off for translation. Ack ack!
1995-05-04 13:34:18 +00:00
jkh
6a514d5c9e
ROMANJI -> ROMAJI. My face is red.
...
Submitted by: asami
1995-05-04 12:59:22 +00:00
jkh
b6256651f6
Add the Italian usage instructions. Mille gracie, Luigi!
...
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1995-05-04 12:52:48 +00:00