Luigi Rizzo
900e78cdda
Make this compile again
...
Reported-by: Bruce Montague
2002-03-11 08:03:50 +00:00
Luigi Rizzo
1fe994e78b
Make this compile again (increase MFS size, remove invalid option).
...
Reported-by: Bruce Montague
2002-03-11 08:03:07 +00:00
Luigi Rizzo
5ea9adc715
Fix detection of existing ssh host key, generate the new one
...
in floppy.tree instead of mfs_tree.
Do not cleanup ${BUILDDIR}/floppy.tree, it might be useful to look
at it after an image has been built.
2002-03-11 05:54:22 +00:00
Luigi Rizzo
a914eaada5
Make appropriate changes to use devfs.
...
Add a reference to the fd_size variable to set floppy size.
2002-03-11 05:46:18 +00:00
Luigi Rizzo
6a615db5a9
Default to ee as EDITOR (some apps such as disklabel default to "vi"
...
which is not available).
2002-03-11 05:42:14 +00:00
Luigi Rizzo
45b51b4564
Use machdep.guessed_bootdev to guess the boot device.
2002-03-11 05:15:44 +00:00
Dima Dorfman
e26ddc9f60
Belatedly add a release note about destaticizing and modulizing of
...
snp(4), and note MFC of watch(8) -f.
2002-03-11 01:37:54 +00:00
Luigi Rizzo
d26070964a
CURRENT has devfs, so we do not need to specify what devices we
...
want on the MFS image. Update the config files accordingly.
2002-03-10 21:12:23 +00:00
Luigi Rizzo
a7bf50ea85
Uncomment the entry for a getty on the serial port. Boxes with
...
a serial console can make use of it.
2002-03-10 21:11:35 +00:00
Luigi Rizzo
1d5a02b911
Add back the "sis" driver, we had some room left...
2002-03-10 21:10:25 +00:00
Luigi Rizzo
390a2b4152
With devfs, we do not need to initialize pty's permissions.
2002-03-10 20:47:26 +00:00
Luigi Rizzo
5a9365040d
The probable boot device is "machdep.guessed_bootdev".
2002-03-10 20:37:04 +00:00
Sebastien Gioria
35db951f0e
Filesystem translation
2002-03-10 15:37:56 +00:00
Sebastien Gioria
8277f29174
"Base system/contributed software " section translation
2002-03-10 14:50:34 +00:00
Sebastien Gioria
55aabb5851
Adding Multimedia section translation
2002-03-10 14:05:41 +00:00
Sebastien Gioria
c5f14263c0
PCCARD support translation
2002-03-10 13:49:02 +00:00
Sebastien Gioria
ef941abbf9
Adding Disk and storage translation
2002-03-10 12:33:02 +00:00
Bruce A. Mah
9c330bfd7c
Spell-check and fix some other typos.
...
Pointed out by: tmm
2002-03-10 02:52:44 +00:00
Jake Burkholder
afc258402f
Couple minor updates.
...
Reviewed by: bmah
2002-03-09 21:06:50 +00:00
Sebastien Gioria
2f719135d8
Adding Network Protocols section translation
2002-03-09 20:04:36 +00:00
Luigi Rizzo
4814d31422
Remove host.conf, and introduce a way to override the content
...
of selected files (at the moment /etc/host.conf and /etc/resolv.conf)
from /etc/rc.conf , so the number of places to customize is
reduced.
2002-03-09 18:27:02 +00:00
Bruce A. Mah
1145fadb26
More markup fixes, wordsmithing. It's not quite yet ready for
...
prime time, but we're getting closer.
2002-03-09 18:04:47 +00:00
Luigi Rizzo
93581d7445
Nuke abandoned configuration.
2002-03-09 08:28:11 +00:00
Luigi Rizzo
a100324819
Make this fit again into a 1.44 floppy.
...
We had to give up DDB and grep this time...
Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).
2002-03-09 08:17:40 +00:00
Bruce A. Mah
00148928a5
Fix SA-02:13 release note item (missing text).
...
Reviewed by: nectar
2002-03-09 01:12:03 +00:00
Bruce A. Mah
c3a919a128
New/changed release notes: OpenPAM has replaced Linux-PAM.
...
We used to have a note about new PAM modules; I moved it from the
contrib section back to the generic userland area. The list of new
modules was incomplete, so I've punted on trying to list them all
for now.
2002-03-09 00:03:44 +00:00
Bruce A. Mah
91e8728e48
New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),
...
IPSec inbound SPD fix for IPv4 (+ MFC), ata(4) RAID1 rebuild,
/etc/rc.firewall{,6} don't add their own implicit rules (+ MFC).
MFCs noted: puc(4)
2002-03-08 22:57:25 +00:00
Bruce A. Mah
53b94d2cce
Fix up (content) of rpc.lockd(8) release note.
...
Submitted by: alfred
2002-03-08 20:40:37 +00:00
Bruce A. Mah
e0e03210e4
Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
...
list.
2002-03-08 17:12:40 +00:00
Luigi Rizzo
62afeb55c9
Further cleanup: remove useless entries from PATH, and be prepared
...
to use kern.bootdevname (if available) to identify the boot device
for updating the configuration. Fallback to /dev/fd0 as before.
2002-03-08 12:43:57 +00:00
Luigi Rizzo
e40778f2df
Add a (commented out) sample entry for use with a serial line.
2002-03-08 12:37:42 +00:00
Luigi Rizzo
124c9fa3f4
Do not depend on "expr" for doing arithmetic, use the shell builtin functions
...
(picobsd might not have the command available).
2002-03-08 12:33:48 +00:00
Luigi Rizzo
9db97a0145
Unbreak "update" script, by doing a mkdir -p of the relevant
...
directories when writing to disk.
Use the (yet to be committed) sysctl variable kern.bootdevname
to derive the device name, fallback to /dev/fd0 if kern.bootdevname
is unset or not available.
2002-03-08 12:14:46 +00:00
Luigi Rizzo
2fd53e8815
Use a default of 25 lines for xterm. This only affects the behaviour
...
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.
2002-03-08 12:10:13 +00:00
Luigi Rizzo
107a6eaf0a
Major cleanup of PicoBSD startup scripts, which now should be
...
closer to doing "the right thing".
The structure is now the following:
* /etc/rc (from MFS) loads the rest of /etc and /root from
/fd and then from floppy (if present), then transfers control
to /etc/rc1
* /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
set the hostname basing on the MAC address of the first ethernet
interface, and then sources /etc/rc.conf and /etc/rc.conf.local
for local configurations
* The rest of the startup process is then performed (rc.network and so on).
Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:
rc.conf rc.firewall hosts
Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.
2002-03-08 05:15:08 +00:00
Luigi Rizzo
7a70e8e1f4
MFS: sync with -stable (no functional difference).
2002-03-08 04:54:52 +00:00
Luigi Rizzo
10d2ffa58c
Invalidate password for sample user entry.
2002-03-08 03:57:57 +00:00
Luigi Rizzo
c9dca25e19
Atapi units are now /dev/ad* and not /dev/wd*
2002-03-08 03:55:19 +00:00
Luigi Rizzo
fbcd78c3cb
Misc fixes to the build script:
...
+ fix some dialog entries to correctly modify variables instead of working
in a subshell
+ add a logverbose function for debugging purposes
+ force 512/4096 blocks on filesystems
+ use 'auto' for disklabel so it works irrespective of the floppy size.
This is useful for larger images than 1720k
2002-03-08 02:24:21 +00:00
Wilko Bulte
9420f2539a
Update info on SCSI on AlphaStation 500 now that I own one
...
to play with and find out myself.
2002-03-07 20:38:31 +00:00
Bruce A. Mah
ddcc941ff2
New release note: SA-02:13.
2002-03-07 16:53:21 +00:00
Jun Kuriyama
e5bc97cf7f
MFen.
2002-03-07 03:53:15 +00:00
Luigi Rizzo
9db35c8cc3
Add entry for xterm-color
2002-03-06 19:47:20 +00:00
Bruce A. Mah
561d6e1ee2
Rewrite the section on downloading files to get all of the URLs in one
...
place, near the front of the document.
Also try to provide some introduction on the difference between CDROM
and network installs.
2002-03-06 17:24:19 +00:00
Bruce A. Mah
214169a10a
Point sparc64 &release.url; at a directory, rather than a specific
...
file, to be consistent with other platforms.
2002-03-06 16:57:53 +00:00
Bruce A. Mah
826236b795
Make it more obvious where to find RELNOTESng source files if someone went
...
browsing in the old release notes location.
While I'm here, update README files to be closer to reality.
Requested by: obrien
MFC after: 1 day
2002-03-06 07:59:18 +00:00
Bruce A. Mah
4a08581493
First round of markup/spelling/grammar fixes.
2002-03-06 07:36:29 +00:00
Thomas Moestl
bd66896af5
Add installation instructions for the FreeBSD/sparc64 port. I have very
...
likely introduced language and markup bugs, but it's a start.
Makefile, initial docbook conversion & cleanups by: murray
2002-03-05 23:22:08 +00:00
Bruce A. Mah
c065a85a6c
New release notes: CPU_ATHLON_SSE_HACK, ufm driver (+ MFC),
...
awk is BWK awk for sparc64, ctags(1) works for files with C++ comments
(+ MFC), dump(8) -s, last(1) -y, lint update/import from NetBSD.
2002-03-05 22:39:51 +00:00
Yoshihiro Takahashi
3af6b50453
Don't move more drivers to mfsroot floppy.
...
A mfsroot floppy for pc98 is only 1.2MB.
2002-03-05 11:53:56 +00:00