| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and
confirming a removal of these scripts on 2019/10/31, due to significant work
needed to bring this into the modern world and nobody having done this work
in the past couple of years. No objections or proposed work was raised in
response to these postings. The tinyware may see a resurrection into a
separate repo for archival purposes if any users of it show interest in
doing so.
MFC after: never
Notes:
svn path=/head/; revision=354346
|
| |
|
|
|
|
|
|
|
|
| |
svn 264175 bhyve etc. work -- without that, /usr/bin/login would stop
in getpass()
MFC after: 3 days
Notes:
svn path=/head/; revision=266779
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
Notes:
svn path=/head/; revision=244040
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Eyes of the daemon not synced and the motd not displayed properly
on black-on-white screens): The first one was not valid anymore
since the text and logo were swapped already, the second one is
fixed by resetting the whole colourscheme instead of only the
background colour.
(also removed svn:keywords from motd since it doesn't have the
string $FreeBSD$ in it)
PR: misc/15876
Submitted by: peter.jeremy@ALCATEL.COM.AU
MFC after: 1 week
Notes:
svn path=/head/; revision=194474
|
| |
|
|
| |
Notes:
svn path=/head/; revision=190761
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137882
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=107026
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99966
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96398
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93110
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92022
|
| |
|
|
|
|
|
|
| |
to use kern.bootdevname (if available) to identify the boot device
for updating the configuration. Fallback to /dev/fd0 as before.
Notes:
svn path=/head/; revision=91876
|
| |
|
|
|
|
|
| |
(picobsd might not have the command available).
Notes:
svn path=/head/; revision=91871
|
| |
|
|
|
|
|
|
| |
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.
Notes:
svn path=/head/; revision=91863
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=91853
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91765
|
| |
|
|
|
|
|
|
|
|
|
|
| |
refuses to start if it does not find a matching entry for the terminal
type.
My impression is that this is a problem in the shell, because
at least on PicoBSD images, the shell itself coredumps.
Anyways, this is the quickest fix i can come up with.
Notes:
svn path=/head/; revision=85836
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This must have to do with the use of devfs in -CURRENT, but i
have no idea when the devfs is actually mounted (is it a
side effect of mount -t nonfs or what ?) and when /dev/fd0c becomes
available.
For the time being, let's use this hack. Once I understand how devfs
works, this can be reverted back to the previous value, and also the
part of the build script which creates device entries can be nuked.
This is for -current only.
Notes:
svn path=/head/; revision=78542
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75900
|
| |
|
|
|
|
|
| |
on STABLE or CURRENT. Put the explicit name for the floppy.
Notes:
svn path=/head/; revision=71703
|
| |
|
|
|
|
|
|
|
|
|
| |
rc and login.conf files from the /etc directory on the floppy.
This prevents the overwrite yes/no prompt from occuring in gzip.
(some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force)
is not an option. minigzip has a different meaning for the -f flag.}
Notes:
svn path=/head/; revision=62486
|
|
|
Notes:
svn path=/head/; revision=61120
|