jkh
98e1f2a792
Don't use curses routines until that part of the system is initialized.
1995-05-10 18:59:51 +00:00
jkh
307c5a1d22
Reviewed by:
...
Submitted by:
Obtained from:
1995-05-10 17:54:09 +00:00
jkh
d285ee1958
Remove ncftp from cpio - we don't need it any more.
...
Adjust boot floppy to (hopefully) include libdisk in the crunch.
1995-05-10 17:20:23 +00:00
jkh
3db059f37f
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
7dba2e32f5
Make sure that mountpoints start with a /.
1995-05-10 08:03:21 +00:00
jkh
4360e4402f
Whoops - dispatch() takes multiple args now.
1995-05-10 08:00:47 +00:00
jkh
d55e526443
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
phk
0745688e91
Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.
1995-05-10 05:57:04 +00:00
jkh
f64eda4cd6
Get sysinstall from /usr/src/release not /usr/src/sbin.
1995-05-09 23:02:56 +00:00
jkh
72a950f8f8
secure -> DES.
1995-05-09 22:58:42 +00:00
jmz
a4c76db9c4
Change wording about displayed text in text fields
1995-05-09 13:06:11 +00:00
jkh
9409b19edb
Use absolute path for release dir.
1995-05-09 02:24:39 +00:00
jkh
a65d53e13e
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
bda6d4fabd
Make a less expensive re-release target.
1995-05-09 00:30:00 +00:00
jkh
74069d9f12
Don't go build sbin/sysinstall anymore; it's obsolete.
1995-05-09 00:18:32 +00:00
jkh
9a40a4e23a
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
799c257bc0
Whoops! Uncomment Write_Disk() again.
1995-05-08 18:41:37 +00:00
lars
fd6b17eafb
Improved readabilty and spelling
1995-05-08 14:40:59 +00:00
jkh
ea19947057
Perform a much needed tidying-up pass over this code. Sleep for now,
...
more tomorrow.
1995-05-08 10:20:56 +00:00
jkh
eca559a27d
Add the sorted command executor code.
1995-05-08 06:08:27 +00:00
jkh
9fca2a2ac5
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
phk
e9cc7d7082
Recognize slice type #6 as dos
...
handle OnTrack Disk manager correctly.
1995-05-08 02:08:33 +00:00
phk
03e2607a10
Add check for rootfs > cyl 1024.
1995-05-08 01:34:31 +00:00
jkh
c996afbff2
Implement the geometry command. Clean up the help a little.
1995-05-08 01:27:07 +00:00
phk
c2b45a17bc
I bet Jordan is tearing his hair out, trying to figure the previous patch
...
out... here is the real thing.
1995-05-08 01:26:47 +00:00
jkh
dab744aea3
Add a wizard button for Poul.
1995-05-08 00:56:28 +00:00
phk
1d03b5e389
Fix bug.
1995-05-08 00:44:46 +00:00
jkh
8bd5647a14
Fix a bug in multi-column output.
1995-05-08 00:38:02 +00:00
jkh
1f16e70bc8
Another sync up for Poul. Added a lot more error checking.
1995-05-07 23:37:34 +00:00
jkh
23d6f34f7d
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
98e631ef2d
Make this compile again. Poul and I need to sync up again.
1995-05-07 05:58:57 +00:00
jkh
be98037caf
Correct a few ordering errors in how the partitions were being displayed.
1995-05-07 03:38:03 +00:00
jkh
99232ce686
Print sizes of partitions now.
1995-05-07 02:04:29 +00:00
jkh
39c3d02138
Whoops! An extra paren somehow got in there. Fixed.
1995-05-07 01:28:16 +00:00
jkh
23fa1a24c7
Always zero new chunks - keeps things like the private structures from having
...
bogus data in them.
1995-05-07 01:25:22 +00:00
jkh
5e8cd7ffb7
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
phk
e98b40a069
General sanitation and cleanup. Killed the "reserved" type, it wasn't.
1995-05-06 03:28:32 +00:00
jkh
719d29513b
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
2d372e19f6
Document VTYs
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-05 23:15:03 +00:00
jkh
776da5408d
Addendum documenting VTYs.
...
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1995-05-05 23:14:05 +00:00
phk
c107dc580e
If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we will
...
align this chunk properly. Have at it Jordan...
1995-05-05 07:07:45 +00:00
jkh
d7f0a1d4a0
Add changes to document VTYs.
...
Submitted by: Serge A. Babkin <babkin@hq.icb.chel.su>
1995-05-05 05:17:26 +00:00
jkh
bd7d09230a
3 VTYs by default, not 4. My fault.
1995-05-05 00:00:12 +00:00
jkh
ea60d0fdf1
Not 4 VTYs by default, 3. Whoops.
1995-05-04 23:59:32 +00:00
jkh
48203ebcce
Addendum concerning virtual console usage in JIS.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:58:21 +00:00
jkh
721ab51618
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
33bfd975ac
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
4335701913
Everything but the partition editor is done. This commit is for MBR testing.
1995-05-04 23:36:23 +00:00
jkh
e8cd742cfd
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
7999370979
Add the Norwegian version of usage.hlp
...
Submitted by: Lars Fredriksen <fredriks@mcs.com>
1995-05-04 21:07:30 +00:00