aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/mfs_tree/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove picobsd build scripts and the remaining tinywareKyle Evans2019-11-0513-862/+0
| | | | | | | | | | | | | | | 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
* add '3wire' (no handshake lines) to gettytab and ttys so that afterLuigi Rizzo2014-05-281-2/+5
| | | | | | | | | | svn 264175 bhyve etc. work -- without that, /usr/bin/login would stop in getpass() MFC after: 3 days Notes: svn path=/head/; revision=266779
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-12-081-4/+4
| | | | | | | | | | | | | | 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
* The "original" PR said that there were two issues with the motdEdwin Groothuis2009-06-191-1/+1
| | | | | | | | | | | | | | | | | | (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
* provide the absolute path for /etc/rc1Luigi Rizzo2009-04-061-1/+1
| | | | Notes: svn path=/head/; revision=190761
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-191-4/+4
| | | | Notes: svn path=/head/; revision=137882
* Upgrade the root partition mount to r/w before trying to write to it.Luigi Rizzo2002-11-171-0/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=107026
* Add entry for the "screen" program.Luigi Rizzo2002-07-141-0/+23
| | | | Notes: svn path=/head/; revision=99966
* sysctl -w -> sysctlDima Dorfman2002-05-111-4/+4
| | | | Notes: svn path=/head/; revision=96398
* Add a few popular entries.Luigi Rizzo2002-03-241-0/+3
| | | | Notes: svn path=/head/; revision=93110
* The probable boot device is "machdep.guessed_bootdev".Luigi Rizzo2002-03-101-2/+2
| | | | Notes: svn path=/head/; revision=92022
* Further cleanup: remove useless entries from PATH, and be preparedLuigi Rizzo2002-03-081-2/+3
| | | | | | | | 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
* Do not depend on "expr" for doing arithmetic, use the shell builtin functionsLuigi Rizzo2002-03-081-1/+1
| | | | | | | (picobsd might not have the command available). Notes: svn path=/head/; revision=91871
* Use a default of 25 lines for xterm. This only affects the behaviourLuigi Rizzo2002-03-081-1/+1
| | | | | | | | over a serial line, because the terminal negotiations using ssh/telnet does the right thing anyways. Notes: svn path=/head/; revision=91863
* Major cleanup of PicoBSD startup scripts, which now should beLuigi Rizzo2002-03-082-61/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add entry for xterm-colorLuigi Rizzo2002-03-061-0/+2
| | | | Notes: svn path=/head/; revision=91765
* Add entries for "dumb" and "dialup" terminals, as the shell in HEADLuigi Rizzo2001-11-011-0/+4
| | | | | | | | | | | | 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
* Use /dev/fd0 instead of /dev/fd0c for mounting the floppy.Luigi Rizzo2001-06-211-2/+4
| | | | | | | | | | | | | | 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
* MF4S: Syncronise with Luigi's work in -stable.Josef Karthauser2001-04-2413-13/+750
| | | | Notes: svn path=/head/; revision=75900
* The magic for autodetecting the boot media does not work anymoreLuigi Rizzo2001-01-271-1/+1
| | | | | | | on STABLE or CURRENT. Put the explicit name for the floppy. Notes: svn path=/head/; revision=71703
* remove rc and login.conf files prior to extraction of the newRoger Hardiman2000-07-031-2/+4
| | | | | | | | | | | 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
* Move mfs-related files to a different subtreeLuigi Rizzo2000-05-312-0/+91
Notes: svn path=/head/; revision=61120