lukem
f7ad6f8074
- use .Pp to separate paragraphs
...
- indent paragraphs which are preceeded by the paragraph
``In the following statement, "This software" refers to the [...]''
2000-10-04 00:28:36 +00:00
lukem
4b0f21a916
- use "press" instead of "hit"
...
- use "Control-A" instead of "^A"
- update copyright date
2000-10-03 23:23:56 +00:00
lukem
0a266992a1
- use "press" instead of "hit"
...
- update copyright date
2000-10-03 23:19:11 +00:00
lukem
db32885e42
- use "press" instead of "hit"
...
- update copyright date
2000-10-03 23:05:30 +00:00
lukem
812f74a909
update copyright date
2000-10-03 22:46:20 +00:00
lukem
9a21eb644a
- spell `separate' correctly
...
- update copyright date
2000-10-03 22:43:37 +00:00
lukem
83bfef4f5d
- use press' instead of
hit'
...
- update copyrights
2000-10-03 22:24:33 +00:00
lukem
1010f59149
update copyright
2000-10-03 00:01:10 +00:00
fvdl
f7cac0d34b
Add empty stubs for md_init().
2000-10-02 12:05:10 +00:00
lukem
62435065fe
replace 1.4 with \\*V
2000-10-02 11:42:20 +00:00
fvdl
e615284d83
* In md_init, determine what kind of bootfloppy we are (either
...
by checking uname, or the BOOTMODEL environment var), and set
the kernel setname accordingly for some bootmodels (tiny and laptop),
to install GENERIC_TINY and GENERIC_LAPTOP respectively. There's
no sense in installing plain GENERIC, especially on "tiny" systems;
it may not even make it far enough to add swapspace on 4M machines.
* Make sure to always install bootcode into the MBR (unless the user
explicitly tells us not to). Should fix PR#8887, PR#9093, PR#9999
2000-10-02 09:36:24 +00:00
fvdl
4ee4b50498
Add a definition for md_init(), an MD function to initialize whatever
...
needs to be initialized before sysinst starts processing menus.
Call it from main().
2000-10-02 09:26:26 +00:00
lukem
2b0e78e073
- remove 1.4 stuff, and add some 1.5 stuff like ELF and MCA
...
- use \*V instead of `1.4'.
2000-10-02 08:01:55 +00:00
minoura
c2972543ed
Missing `the'. Pointed out by jhawk.
2000-10-02 01:07:06 +00:00
thorpej
0ae6087eae
Add xmisc set. THIS METHOD OF HANDLING SETS MUST DIE!!!
2000-10-01 22:57:15 +00:00
thorpej
d01921b990
Add the xmisc set.
2000-10-01 22:49:05 +00:00
thorpej
ea11d81504
Add the "xmisc" set. Misc. X11 programs that NetBSD includes
...
as part of the system. Currently it has ssh-askpass.
2000-10-01 22:46:39 +00:00
lukem
9dd7b7e45b
move default config files from /etc/default -> /etc/defaults, to be
...
consistent with what FreeBSD uses /etc/defaults for, and since SVR4
uses /etc/default for another purpose.
as discussed on tech-userlevel, and no objections were made.
2000-10-01 06:12:25 +00:00
fvdl
ae06835447
ldconfig is no longer obsolete (in fact, the entries were wrong; it was
...
never in /bin). Put it back for i386 and sparc.
2000-09-29 18:06:25 +00:00
thorpej
a04669c405
Add ssh-related files.
2000-09-28 22:25:28 +00:00
fvdl
67226ec4f1
Add empty 'release' target. The kernels have been made and copied in the
...
kernel-ramdisk subdir already.
2000-09-28 13:05:37 +00:00
abs
5aa0a5abb1
Prior art in naming would suggest INSTALL_SYSINST rather than INSTALL-SYSINST.
2000-09-28 12:46:43 +00:00
simonb
db6547104d
Bump default root partition size to 64MB due to growth and number of
...
static binaries in /bin and /sbin.
2000-09-28 12:39:16 +00:00
thorpej
5bd7ece600
Add vlan(4) pages.
2000-09-28 07:00:54 +00:00
enami
dbf09f35da
Add net/if_vlanvar.h.
2000-09-28 06:10:53 +00:00
phil
478822de36
Add the missing .\} to get the rest of the document in the output.
2000-09-28 06:06:24 +00:00
fvdl
19f23b26a8
Remove some unnecessary links.
2000-09-27 22:14:15 +00:00
fvdl
ae21c8a20e
Allow BOOTCODE override (another overhaul victim).
2000-09-27 22:03:44 +00:00
fvdl
f84d9da649
Remove outdated comment.
2000-09-27 20:02:16 +00:00
fvdl
fca3019c39
Use 'bootlap' as a basename for this set, to avoid conflicts.
2000-09-27 19:13:52 +00:00
fvdl
36640e437b
There's no dhclient on this disk, it had to be sacrificed for space.
2000-09-27 18:53:57 +00:00
fvdl
0734e3a954
We don't use dot.hdprofile anymore.
2000-09-27 18:53:35 +00:00
fvdl
350aa78fde
Re-add another merge victim: generation of the obsolete file lists.
2000-09-27 17:43:49 +00:00
fvdl
4b5ce0a778
Re-add auth.o for dhclient. Got lost in the overhaul.
2000-09-27 17:22:08 +00:00
fvdl
37f785d55d
Rearrange bootfloppies. The idea is that "rescue" tools go on the
...
floppies as long as they fit, but they are the first to be sacrificed
if space is short, and get moved to a seperate rescue floppy.
This means that the default fdset and the 2.88M image have them,
but others (the "small" and "tiny" floppies) do not.
Sysinst is also back on the "tiny" image, and tested to be working
within 4M.
2000-09-27 16:04:13 +00:00
fvdl
7864d584a1
Remove old files in preparation of rearrangement.
2000-09-27 15:45:40 +00:00
fvdl
09aafa8795
Move md_enable_swap to disks.c, rename it set_swap, and handle both
...
enabling and disabling swap. Enabling swap is currently only
done by the i386 port on systems with <= 8M of physical memory.
If a user re-enters the install procedure through the main menu,
and the target disk has an active swap partition, try to disable it,
warning the user that this might lead to 'out of swap' problems,
making a restart necessary. This should not happen very often.
Partly based on comments by Simon Burge.
2000-09-27 12:42:04 +00:00
leo
4adddc0597
Sync recommended disk sizes with the Amiga port. I have no reason to believe
...
this is different for the Atari.
2000-09-27 10:54:53 +00:00
fvdl
6bf2c525a2
On the i386, enable swapspace as soon as the disklabel has been written,
...
to play nice with low-memory systems.
Add a md_pre_update() hook, to do MD things before an upgrade operation.
On the i386, use it to enable swap.
2000-09-26 23:12:44 +00:00
abs
318ff6a182
Remind people to gunzip syboot.fs
2000-09-26 14:11:02 +00:00
fvdl
40cd491caa
Don't call test(1) to determine the existence/type of files, that's
...
rather over the top. Not doing this also means that test(1) can
be omitted from the ramdisks (for scripts it's not needed, because it
is built in to sh(1)).
2000-09-26 13:26:02 +00:00
ad
a01a66c525
cac* at eisa? reported as working.
2000-09-26 11:51:14 +00:00
is
8bb7233144
also distribute the amiga/boot.8 manual source.
2000-09-24 20:05:05 +00:00
is
7d779f5512
Add amiga/boot.8 manual page to the list.
2000-09-24 19:57:21 +00:00
augustss
40d348ed16
Bump minor.
2000-09-24 02:21:13 +00:00
simonb
cd2e1c1e91
Use ${COPY} instead of -c for ${INSTALL} commands.
2000-09-23 13:53:41 +00:00
augustss
072f52651e
Add uscanner(4).
2000-09-23 04:37:18 +00:00
bouyer
acb9f8aefa
Make change similar to msg.mi.en 1.69. From Hubert Feyrer.
2000-09-21 17:12:40 +00:00
jhawk
7f1db25a27
Revert rev 1.7, because retaining any symbols
...
causes fdset booting to require 2 floppy swaps.
XXX Need to deal with install(8) suggesting you can patch
vars.
2000-09-21 04:43:32 +00:00
hubertf
d2c5531d61
Remove some stale debug code, OK'd by itojun
2000-09-20 21:28:51 +00:00