Jordan K. Hubbard
a1bfde73e4
Big Sigh. Both A_BOLD and A_UNDERLINE do not appear to work with
...
syscons (and/or cons25) at all. This code looked just fine running
on an xterm, but on a console the attributes are all wrong. I
now have to sacrifice some screen real-estate to pring cheesy
`-' characters to accomplish the same thing.
1995-05-19 02:19:15 +00:00
Jordan K. Hubbard
f8230b2f5f
Switch to bold on the header line - the A_UNDERLINE handling appears to be
...
broken in syscons, or at least in the cons25 termcap entry! :-( A_BOLD
won't show up on monochrome adapters (I don't think) but they'd be screwed
anyway since I don't have an attribute to use for them now at all.
1995-05-19 02:09:02 +00:00
Gary Palmer
9675b32c2f
You want to be in /mnt when extracting the cpio floppy, not in the read
...
only root filesystem.....
1995-05-19 01:49:57 +00:00
Gary Palmer
aff014ff20
Sigh. Add a ++ which was causing the newfs'ing of non-root filesystems to
...
fail :-(
1995-05-18 23:36:21 +00:00
Poul-Henning Kamp
18f4c72169
Run bad144 on raw-devs.
1995-05-18 22:00:01 +00:00
Poul-Henning Kamp
b8458cd586
A couple of tweaks to make bad144 scan run.
1995-05-18 21:58:33 +00:00
Jordan K. Hubbard
561e0b4c76
Use raw devices for newfs.
...
Write and wizard mode only on enabled disks.
1995-05-18 18:02:31 +00:00
Jordan K. Hubbard
9786c33e55
Poul says that setting fonts on monocrome displays is useless
...
as most mono displays aren't that intelligent anyway. Disable it in this
case.
1995-05-18 17:49:09 +00:00
Jordan K. Hubbard
fcddc1c2bc
Use CHUNK_BSD_COMPAT as God and Poul intended it be used.
1995-05-18 17:38:02 +00:00
Gary Palmer
2d5d38af3c
Sigh - 2 formatting changes slipped through the net.
1995-05-18 17:26:02 +00:00
Gary Palmer
93a114834c
Make the indentation uniform
...
Suggested by: jkh
1995-05-18 17:18:46 +00:00
Jordan K. Hubbard
a0b7a5f865
Fix quoting error.
1995-05-18 16:57:52 +00:00
Jordan K. Hubbard
8cdff502c9
I had the arguments to Mount() backwards. Argh.
1995-05-18 16:53:53 +00:00
Gary Palmer
a3bbb2ff49
Dispose of old, #if 0'd, out code which has been proved to be no longer needed.
1995-05-18 16:44:41 +00:00
Gary Palmer
3890483652
Correct a conditional which could cause a off-by-one error in certain
...
circumstances.
1995-05-18 16:36:14 +00:00
Jordan K. Hubbard
0e8441fc1a
Clear the screen after changing the font.
1995-05-18 15:58:32 +00:00
Jordan K. Hubbard
ae1d347651
Whoops! I forgot how uudecode works.. Make it really work here.
1995-05-18 15:46:18 +00:00
Jordan K. Hubbard
a2b4e70705
1. Use 8x16 fonts.
...
2. Don't use russian screenmap - apparently not necessary with right font.
3. Dequote bogusly quoted font name in english language setting.
4. Use setterm() and hack around an undesirable side-effect (cbreak is unset).
5. be smarter about setting OnVTY, and use it in cases where it makes sense.
Submitted by: Nickolay N. Dudorov <nnd@gw.itfs.nsk.su>
1995-05-18 15:29:47 +00:00
Jordan K. Hubbard
36678611e6
Add some more debugging information and fix a few missing newlines.
1995-05-18 14:11:16 +00:00
Jordan K. Hubbard
def8bcf342
Fix a very embarassing typo. No wonder this thing was looping! :-)
1995-05-18 13:20:53 +00:00
Jordan K. Hubbard
690e60d830
1. Add serial devices to list of possible network device candidates.
...
2. Rework tcpip.c a bit so that devices which have been configured also
have the enabled flag set.
1995-05-18 13:18:35 +00:00
Jordan K. Hubbard
ab9357a910
Also log all user interactions to debugging log.
1995-05-18 12:57:54 +00:00
Jordan K. Hubbard
6aebdd7df9
Do more proper bad144 handling. Thanks, Rod.
1995-05-18 10:43:51 +00:00
Jordan K. Hubbard
4d7b3c6f96
1. Primitive bad144 support (I believe an additional command is needed, but
...
won't know until Poul wakes up again).
2. Make vsystem() put its output on the debugging fd.
3. DTRT with root filesystem placement - now I see how this has to work
(thanks, Poul).
4. Many miscellaneous spelling errors fixed and general cleanup.
1995-05-18 09:02:06 +00:00
Jordan K. Hubbard
0b30383382
Use my own version of system() everywhere - it knows where to find the
...
shell!
1995-05-18 02:42:33 +00:00
Jordan K. Hubbard
4da5212097
1. Set a path to /stand by default.
...
2. Don't clear() when I can dialog_clear().
1995-05-17 16:16:10 +00:00
Gary Palmer
09462c94cf
Oops - one slipped past the nets :-(
1995-05-17 16:05:42 +00:00
Gary Palmer
29082c26fe
Untabify these files - it doesn't come out right on the display
...
otherwise :-(
1995-05-17 15:44:22 +00:00
Jordan K. Hubbard
498e6d5df3
Remove the seat-belts from the root partition creation code; for some
...
reason I'm *always* getting CHUNK_PAST_1024 set now, even when it's
definitely not! :-( Poul, can you perhaps take a look? Thanks!
1995-05-17 15:41:52 +00:00
Jordan K. Hubbard
d0eeafc570
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
Gary Palmer
dfa4c76f74
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
Gary Palmer
4ea606879a
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
Jordan K. Hubbard
b2d228d3d7
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
Jordan K. Hubbard
f506f143fa
Fixes to document VTY usage.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-16 03:11:25 +00:00
Jordan K. Hubbard
3dee6615c7
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 Fredriksen
60c3781abb
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
Jordan K. Hubbard
59927d47cf
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
Jordan K. Hubbard
e0d3af579f
Clean this up a bit - add more documentation to the documentation menu.
1995-05-11 06:47:46 +00:00
Jordan K. Hubbard
dae062c15f
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
Jordan K. Hubbard
42206c90f4
Don't use curses routines until that part of the system is initialized.
1995-05-10 18:59:51 +00:00
Jordan K. Hubbard
8e3bb099bf
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
Jordan K. Hubbard
b34c876a61
Make sure that mountpoints start with a /.
1995-05-10 08:03:21 +00:00
Jordan K. Hubbard
4ec1f4bcf2
Whoops - dispatch() takes multiple args now.
1995-05-10 08:00:47 +00:00
Jordan K. Hubbard
351669d743
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
Jean-Marc Zucconi
d2ec3b3080
Change wording about displayed text in text fields
1995-05-09 13:06:11 +00:00
Jordan K. Hubbard
d37bc70266
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
Jordan K. Hubbard
f9a1c2dee2
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
Jordan K. Hubbard
9e572e47e5
Whoops! Uncomment Write_Disk() again.
1995-05-08 18:41:37 +00:00
Lars Fredriksen
5462a49a71
Improved readabilty and spelling
1995-05-08 14:40:59 +00:00
Jordan K. Hubbard
4d66a82366
Perform a much needed tidying-up pass over this code. Sleep for now,
...
more tomorrow.
1995-05-08 10:20:56 +00:00
Jordan K. Hubbard
69bbb06233
Add the sorted command executor code.
1995-05-08 06:08:27 +00:00
Jordan K. Hubbard
7f197a5448
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
Jordan K. Hubbard
83b74c37e4
Implement the geometry command. Clean up the help a little.
1995-05-08 01:27:07 +00:00
Jordan K. Hubbard
65a27a9ba4
Add a wizard button for Poul.
1995-05-08 00:56:28 +00:00
Jordan K. Hubbard
0881c9c4a1
Fix a bug in multi-column output.
1995-05-08 00:38:02 +00:00
Jordan K. Hubbard
27e3eb523c
Another sync up for Poul. Added a lot more error checking.
1995-05-07 23:37:34 +00:00
Jordan K. Hubbard
51f0ec8415
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
Jordan K. Hubbard
2b0e7dfa13
Make this compile again. Poul and I need to sync up again.
1995-05-07 05:58:57 +00:00
Jordan K. Hubbard
133231e4aa
Correct a few ordering errors in how the partitions were being displayed.
1995-05-07 03:38:03 +00:00
Jordan K. Hubbard
64330cc768
Print sizes of partitions now.
1995-05-07 02:04:29 +00:00
Jordan K. Hubbard
4c88964f89
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
Jordan K. Hubbard
e4d731b693
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
Jordan K. Hubbard
3a04674a0e
Document VTYs
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-05 23:15:03 +00:00
Jordan K. Hubbard
3fcb7e8a7c
Addendum documenting VTYs.
...
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1995-05-05 23:14:05 +00:00
Jordan K. Hubbard
c8911fa27e
Add changes to document VTYs.
...
Submitted by: Serge A. Babkin <babkin@hq.icb.chel.su>
1995-05-05 05:17:26 +00:00
Jordan K. Hubbard
5e54fdd46d
3 VTYs by default, not 4. My fault.
1995-05-05 00:00:12 +00:00
Jordan K. Hubbard
bf97c8d151
Not 4 VTYs by default, 3. Whoops.
1995-05-04 23:59:32 +00:00
Jordan K. Hubbard
d97dd41b97
Addendum concerning virtual console usage in JIS.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:58:21 +00:00
Jordan K. Hubbard
06a72614d9
Add extra paragraph documenting virtual consoles in Japanese.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:57:23 +00:00
Jordan K. Hubbard
da92977461
Argh! Not 4 consoles, 3! Thanks, Satoshi Niimi!
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:56:51 +00:00
Jordan K. Hubbard
a2e3498a3c
Everything but the partition editor is done. This commit is for MBR testing.
1995-05-04 23:36:23 +00:00
Jordan K. Hubbard
fb31b6d679
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
Jordan K. Hubbard
2c1d9ad150
Add the Norwegian version of usage.hlp
...
Submitted by: Lars Fredriksen <fredriks@mcs.com>
1995-05-04 21:07:30 +00:00
Jordan K. Hubbard
7c56cfd441
This will now write MBR entries - should be enough for testing.
1995-05-04 19:48:19 +00:00
Joerg Wunsch
9c7c40911c
Jordan's addendum. Jetzt auch in deutsch. :)
1995-05-04 18:55:08 +00:00
Jean-Marc Zucconi
4411b31153
Document the virtual consoles
1995-05-04 17:50:42 +00:00
Jordan K. Hubbard
0a9e09358f
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
Jordan K. Hubbard
f3a697b782
ROMANJI -> ROMAJI. My face is red.
...
Submitted by: asami
1995-05-04 12:59:22 +00:00
Jordan K. Hubbard
f26ec5dd94
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
Jean-Marc Zucconi
cd49c9330a
Une version a peine plus litteraire, en particulier quelques "ez"
...
a la place des "er" du dernier paragraphe.
Submitted by: Philippe Charnier <charnier@lirmm.fr>
1995-05-04 12:24:14 +00:00
Jordan K. Hubbard
2e363cad34
My latest round of changes - make the "slices" editor work.
1995-05-04 03:51:22 +00:00
Jordan K. Hubbard
9b4d8c3412
The Dutch usage instructions. Thanks, Marc! [I know how to say thanks in
...
Dutch, but not spell it :-)]
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-04 03:16:06 +00:00
Jordan K. Hubbard
d4292e336c
Commit the Russian version of usage.hlp. Bolshoi Spassibo, Serge!
...
Submitted by: Serge A. Babkin <babkin@hq.icb.chel.su>
1995-05-04 03:12:28 +00:00
Jordan K. Hubbard
bec3fb5b5f
The JIS version of usage.hlp.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 00:27:39 +00:00
Jordan K. Hubbard
0bc01ff745
Add German usage instructions. Thank you, Joerg! I'd spell your name with
...
an umlaut, but I don't know how.. :-)
Submitted by: joerg
1995-05-04 00:15:50 +00:00
Jordan K. Hubbard
34ddf9fad5
Add the French usage instructions. Thank you, Jean-Marc!
...
Submitted by: jmz
1995-05-03 22:44:00 +00:00
Jordan K. Hubbard
5604568b64
Update the usage document.
...
If anyone wants to translate this into another language, I believe it's
ready.
1995-05-03 17:44:47 +00:00
Jordan K. Hubbard
7c431062a2
Bring in place-holder files for the various languages until I actually
...
have some doc.
1995-05-01 21:57:01 +00:00
Jordan K. Hubbard
411bac67a7
Commit my latest changes before having a nap. Still not close to done,
...
nor is it in sync with my working sources, but it leaves me less CVS hassles
to bring in the new files at this time. Still no documentation to translate
quite yet, but soon. This stuff is actually very close now.
1995-05-01 21:56:32 +00:00
Jordan K. Hubbard
e40a316fcf
o Add extra menu types (radio implemented, multiple choice shortly).
...
o Make the framework generally more robust.
o Figured out how to nest the menu descriptions - no more grotty initialization
of menus.
o Fix bug with helpline and helpfile not being reset.
o Add stubs for the media selection code.
Coming next: Fdisk and disklabel screens using Phk's new libdisk stuff.
1995-04-29 19:33:06 +00:00
Jordan K. Hubbard
d0d3dac501
This will be the module that handles all media detection.
1995-04-27 18:05:10 +00:00
Jordan K. Hubbard
ef42570d65
Latest raft of changes.
...
Added another couple of menu item types.
Reshuffled the menus and added a few more. Sure wish I could figure out
how to initialize a menu with _one_ initializer rather than two! :(
1995-04-27 18:03:55 +00:00
Jordan K. Hubbard
4e278bdb76
Here is my first "framework" commit of the new sysinstall. There is a LOT
...
more to come in the next 24 hours, this is just the first stable result of
8 hours of hacking so far. The specification format for menus is pretty
much hammered out and the beginnings (very humble) of the doc hierarchy
are present for an example. It should be quite easy to add a lot more
menus quickly to this since I did go somewhat out of my way to make the
framework easy to work with. This is NOT the glorious semi-graphical
sysinstall (or whatever its name will be) that the install-geeks are working
on, this is simply the "son of sysinstall" I've been promising to write in
the interim for 2.0.5 and 2.1R (super install doesn't come until 2.2R).
1995-04-27 12:50:35 +00:00