summaryrefslogtreecommitdiffstats
path: root/release/picobsd/floppy.tree
Commit message (Collapse)AuthorAgeFilesLines
* Uncomment the entry for a getty on the serial port. Boxes withluigi2002-03-101-1/+1
| | | | a serial console can make use of it.
* With devfs, we do not need to initialize pty's permissions.luigi2002-03-101-1/+0
|
* Remove host.conf, and introduce a way to override the contentluigi2002-03-093-6/+16
| | | | | | 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.
* Add a (commented out) sample entry for use with a serial line.luigi2002-03-081-0/+1
|
* Major cleanup of PicoBSD startup scripts, which now should beluigi2002-03-086-286/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* MFS: sync with -stable (no functional difference).luigi2002-03-082-4/+5
|
* Invalidate password for sample user entry.luigi2002-03-081-1/+1
|
* Atapi units are now /dev/ad* and not /dev/wd*luigi2002-03-081-3/+3
|
* Implement a more efficient way to assign addresses: read /etc/hostsluigi2001-11-291-24/+42
| | | | | | only once into an array of shell variables, and then scan the array to find entries matching the MAC address. Associative arrays would really be handy here...
* Better code to scan the ethertable.luigi2001-10-251-2/+2
|
* Make fetch_mask return ${default_mask} if entry not found.luigi2001-10-071-3/+5
| | | | Add a couple of diagnostic messages.
* Add functions to lookup in /etc/networks and set interfaceluigi2001-10-042-16/+77
| | | | addresses, invoke them from /etc/rc
* Add "networks" file used to lookup netmasksluigi2001-10-041-0/+4
|
* Modify wildcard for vmware interfaces. I am not sure howluigi2001-09-301-1/+1
| | | | | | MAC addresses are generated for those interfaces, but as long as the entry is next to the bottom of the list the chance of conflicts is low.
* Add entries for vmware interfaces.luigi2001-09-271-0/+3
|
* Enable the use of wildcards in the #ethertable section ofluigi2001-09-271-4/+7
| | | | | | /etc/hosts to map MAC addresses to hostnames. Main use is to get addresses for vmware interfaces.
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-1/+2
|
* MF4S: Syncronise with Luigi's work in -stable.joe2001-04-2419-903/+7
|
* Enable command line editing in the shellluigi2001-02-181-0/+1
|
* Make the shell handle arrow keysluigi2001-01-271-0/+1
|
* MF4: revision 1.3.2.1.joe2000-12-231-1/+1
| | | | inetd is not always present, check before invoking it.
* login.conf: we don't want coredumps on picobsdluigi2000-11-303-6/+25
| | | | | | rc.conf: make the system recognise the MAC address and assign an IP automatically from /etc/hosts (or ask the user) sshd_config: don't do x11 forwarding.
* Commit PicoBSD mega-patch:dwhite2000-04-253-13/+10
| | | | | | | | | | | | | | | . Bring PicoBSD up to date with -CURRENT reality. . Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first unused vn device and creates a temporary mountpoint in /tmp. . Miscellaneous build cleanups and optimizations. Unfortunately the bridge, isp, and router floppies are too big and need the axe treatment. The install floppy needs updating to -CURRENT. Dial and net build and (appear to) run OK. I will be adressing these in the near future (unless someone beats me to it :-) ). PR: misc/17737 Submitted by: Omachonu Ogali <oogali@intranova.net>
* Cleanup of the default floppy tree for PicoBSD builds.luigi2000-02-0814-104/+177
| | | | Approved-by: jordan
* $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
|
* Major PicoBSD update by luigi with some debugging help from myself.dwhite1999-08-2230-0/+1345
. Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
OpenPOWER on IntegriCloud