aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/floppy.tree
Commit message (Collapse)AuthorAgeFilesLines
* help running sshd on picobsdLuigi Rizzo2013-10-162-7/+9
| | | | Notes: svn path=/head/; revision=256641
* support for sshd (newer config file location)Luigi Rizzo2013-04-302-0/+1
| | | | Notes: svn path=/head/; revision=250100
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-12-081-1/+1
| | | | | | | | | | | | | | 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
* add a 'qemu' floppy type, useful for running tests on new kernelsLuigi Rizzo2009-12-271-0/+384
| | | | Notes: svn path=/head/; revision=201062
* dhclient needs to have /var/empty and a _dhcp userLuigi Rizzo2009-12-271-0/+2
| | | | | | | (it also needs /sbin/dhclient-script, will handle that later) Notes: svn path=/head/; revision=201061
* Convert {small prefix}BSD to TERM=xterm as well.Ed Schouten2009-11-131-11/+11
| | | | | | | | | Clean up the ttys files shipped with PicoBSD, NanoBSD and TinyBSD. While there, it seems one of them still had references to sio(4). Make it in sync with what we do in the base system. Notes: svn path=/head/; revision=199251
* there is no dev_mkdb anymoreLuigi Rizzo2009-03-261-1/+0
| | | | Notes: svn path=/head/; revision=190438
* update 'sio' with 'uart' and apply related changes.Luigi Rizzo2009-02-191-1/+3
| | | | Notes: svn path=/head/; revision=188834
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-191-1/+2
| | | | Notes: svn path=/head/; revision=137882
* Add "tty" entry.Luigi Rizzo2002-07-141-0/+1
| | | | Notes: svn path=/head/; revision=99967
* Move creation of password databases before starting daemons,Luigi Rizzo2002-07-011-3/+3
| | | | | | | otherwise the latter might fail because userids are not found. Notes: svn path=/head/; revision=99229
* Fix handling of undefined variables.Luigi Rizzo2002-04-071-2/+6
| | | | | | | | Add override for /etc/rc.local . Add hook to start syslogd if compiled-in and /etc/syslog.conf exists Notes: svn path=/head/; revision=94146
* Default to ee as EDITOR (some apps such as disklabel default to "vi"Luigi Rizzo2002-03-111-0/+1
| | | | | | | which is not available). Notes: svn path=/head/; revision=92060
* Uncomment the entry for a getty on the serial port. Boxes withLuigi Rizzo2002-03-101-1/+1
| | | | | | | a serial console can make use of it. Notes: svn path=/head/; revision=92026
* With devfs, we do not need to initialize pty's permissions.Luigi Rizzo2002-03-101-1/+0
| | | | Notes: svn path=/head/; revision=92023
* Remove host.conf, and introduce a way to override the contentLuigi Rizzo2002-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. Notes: svn path=/head/; revision=91949
* Add a (commented out) sample entry for use with a serial line.Luigi Rizzo2002-03-081-0/+1
| | | | Notes: svn path=/head/; revision=91873
* Major cleanup of PicoBSD startup scripts, which now should beLuigi Rizzo2002-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. Notes: svn path=/head/; revision=91853
* MFS: sync with -stable (no functional difference).Luigi Rizzo2002-03-082-4/+5
| | | | Notes: svn path=/head/; revision=91852
* Invalidate password for sample user entry.Luigi Rizzo2002-03-081-1/+1
| | | | Notes: svn path=/head/; revision=91850
* Atapi units are now /dev/ad* and not /dev/wd*Luigi Rizzo2002-03-081-3/+3
| | | | Notes: svn path=/head/; revision=91849
* Implement a more efficient way to assign addresses: read /etc/hostsLuigi Rizzo2001-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... Notes: svn path=/head/; revision=87079
* Better code to scan the ethertable.Luigi Rizzo2001-10-251-2/+2
| | | | Notes: svn path=/head/; revision=85494
* Make fetch_mask return ${default_mask} if entry not found.Luigi Rizzo2001-10-071-3/+5
| | | | | | | Add a couple of diagnostic messages. Notes: svn path=/head/; revision=84625
* Add functions to lookup in /etc/networks and set interfaceLuigi Rizzo2001-10-042-16/+77
| | | | | | | addresses, invoke them from /etc/rc Notes: svn path=/head/; revision=84432
* Add "networks" file used to lookup netmasksLuigi Rizzo2001-10-041-0/+4
| | | | Notes: svn path=/head/; revision=84430
* Modify wildcard for vmware interfaces. I am not sure howLuigi Rizzo2001-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. Notes: svn path=/head/; revision=84170
* Add entries for vmware interfaces.Luigi Rizzo2001-09-271-0/+3
| | | | Notes: svn path=/head/; revision=84027
* Enable the use of wildcards in the #ethertable section ofLuigi Rizzo2001-09-271-4/+7
| | | | | | | | | /etc/hosts to map MAC addresses to hostnames. Main use is to get addresses for vmware interfaces. Notes: svn path=/head/; revision=84026
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-011-1/+2
| | | | Notes: svn path=/head/; revision=77579
* MF4S: Syncronise with Luigi's work in -stable.Josef Karthauser2001-04-2419-903/+7
| | | | Notes: svn path=/head/; revision=75900
* Enable command line editing in the shellLuigi Rizzo2001-02-181-0/+1
| | | | Notes: svn path=/head/; revision=72630
* Make the shell handle arrow keysLuigi Rizzo2001-01-271-0/+1
| | | | Notes: svn path=/head/; revision=71704
* MF4: revision 1.3.2.1.Josef Karthauser2000-12-231-1/+1
| | | | | | | inetd is not always present, check before invoking it. Notes: svn path=/head/; revision=70313
* login.conf: we don't want coredumps on picobsdLuigi Rizzo2000-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. Notes: svn path=/head/; revision=69416
* Commit PicoBSD mega-patch:Doug White2000-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> Notes: svn path=/head/; revision=59627
* Cleanup of the default floppy tree for PicoBSD builds.Luigi Rizzo2000-02-0814-104/+177
| | | | | | | Approved-by: jordan Notes: svn path=/head/; revision=57048
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
| | | | Notes: svn path=/head/; revision=50479
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-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 Notes: svn path=/head/; revision=50186