summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
Commit message (Collapse)AuthorAgeFilesLines
* Put some of Rod's ugly hacks back - a couple of them prevent Yet Another Rebootjkh1994-06-291-1/+12
| | | | after bin/des distribution is extracted, so I figure it's worth it.
* $rotdelay is now initialized to "-d 0 -n 1" and no longer changed basedrgrimes1994-06-292-7/+3
| | | | | | | | | | | upon disk type. In far more cases than not this is the optimal setting for any disk drive made after 1990. This now means all installs will have the disks newfs'ed with either: newfs -b 8192 -f 1024 -d 0 -n 1 or newfs -n 4096 -f 512 -d 0 -n 1 depending on what the user chooses for the blocking factor.
* Clean up the installation docs a bit (geeze Loise were they EVER out ofjkh1994-06-282-0/+1157
| | | | | date!!) and rename them to something more eye-catching so people will read them again (considering the previous state of affairs, I'm actually rather glad they didn't!).
* Add --unlink flag to all tar commands, but each for different reasons.jkh1994-06-283-18/+18
| | | | | | | | | | 1. Add to secr and bindists to possibly save the occasional fool who doesn't RTFM and uses the wrong command to extract this (or even someone who's legitimately using this to extract on top of a bindist somewhere *else*). 2. Do the right thing with any symlinks in the src tree. Right now, we're free of the buggers, but just in case.
* Remove Rod's hacks - they're no longer necessary with static tar/gzip andjkh1994-06-281-23/+6
| | | | tar --unlink.
* Commit Scott's changes to the bad144 stuff - bad144 takes a list of badjkh1994-06-282-3/+3
| | | | | blocks as *multiple* arguments, not one argument (as was incorrectly being passed).
* Commit a small change to allow FreeBSD to install on a different drive.jkh1994-06-202-2/+11
| | | | | | The kernel configs already support this, so with a boot floppy or a utility like booteasy, the user should be able to install and boot off the second drive. Hurrah.
* Fixes from Bruce Evans:jkh1994-06-171-5/+21
| | | | | o insecure and inconsistent permissions for tape devices. o didn't make the DOSpartition wd devices.
* Add a beep to the load_fd stuff for each floppy insert request sojkh1994-06-151-2/+2
| | | | | that you can read a book and load the floppy distribution at the same time.. :-)
* Remove the --exclude libc.so.1.1 line; with a static gzip and tar wejkh1994-06-151-2/+2
| | | | | no longer need it, and it's just one more thing we would have to remember to change with every shared lib version bump.
* Commit Rod's magic EXTRACT scripts to the tree so that we can work onjkh1994-06-153-0/+73
| | | | them. These were al hand-copied over before.
* 1. Bump minimum root size to 8MB (we need that much now).jkh1994-06-152-3/+3
| | | | 2. Bump version number to 1.1.5 for impending release.
* Modify messages about the resolver manual page as per Rod's suggestions.csgr1994-06-121-3/+5
| | | | | | | The configure function now tells the user to type "man 5 resolver" for more info on resolv.conf, but mentions that the bindist must be fully installed before this can be done (actually a user won't have reached this stage if he doesn't have an installed bindist ;-)
* Allow configuration of resolv.conf though "configure". Thecsgr1994-06-111-1/+25
| | | | | | configuration which is done is minimal, and the script refers the user to the resolver(5) manual page for information on fine-tuning name resolution.
* Change reference to libc.so.1.0 to libc.so.1.1.csgr1994-06-081-3/+3
| | | | (Pointed out by Volker Paepcke)
* I just realized that the vtty's won't kick in until the user loads the bindistjkh1994-06-041-5/+6
| | | | and reboots multiuser. Ammend the text slightly to avoid confusion.
* 1. Bumped version number to 1.1.5 in preparation for impending release.jkh1994-06-041-2/+10
| | | | | | 2. Added notes that tell the user a little bit about how to use syscons since they'll be running it from the outset now and would probably like to know how to switch terminals.
* From Ache:ache1994-05-301-9/+15
| | | | Add proper devices for new sio initial/locking mechanism
* Fix all the sound devices to NOT have the absolute path /dev, the makes forrgrimes1994-05-211-37/+37
| | | | missing device files in releases!!
* Add 4 VTY's back to the list of things to create by default (the codrvjkh1994-05-191-4/+3
| | | | comments were obsolete), also create a PS/2 mouse entry.
* Fisx spelling error from John Lindrgrimes1994-05-151-2/+2
|
* >From 1.1 branhc:rgrimes1994-05-151-25/+15
| | | | | | | | ---------------------------- revision 1.13.2.1 date: 1994/05/05 03:58:27; author: rgrimes; state: Exp; lines: +15 -25 Upgrade some things that are now different in 1.1. ----------------------------
* Make dialout devices owned by uucp.dialer with 660 modeache1994-05-101-3/+3
|
* Use the hostname.interface file just like the 3 floppy install.rgrimes1994-05-031-6/+15
|
* Configure: If netmask wasn't entered at all, it caused the ifconfig line tojkh1994-04-261-5/+7
| | | | | | have a bogus trailing `netmask' with no argument. Fixed. Rod: Please take this into 1.1 Release.
* device support for pcaudio addedsos1994-04-211-3/+12
|
* >From BETA_1_1 branch:rgrimes1994-04-181-5/+11
| | | | | | | | ---------------------------- revision 1.1.2.1 date: 1994/04/10 20:20:26; author: rgrimes; state: Exp; lines: +11 -5 Use /dev/fd0 instead of /dev/fd0a. Add mounting of mcd1 if mcd0 fails when searching for a cdrom drive.
* >From BETA_1_1 branchrgrimes1994-04-181-3/+3
| | | | | | | | ---------------------------- revision 1.1.2.1 date: 1994/04/10 20:20:25; author: rgrimes; state: Exp; lines: +3 -3 Use /dev/fd0 instead of /dev/fd0a. Add mounting of mcd1 if mcd0 fails when searching for a cdrom drive.
* >From BETA_1_1 branch:rgrimes1994-04-171-2/+13
| | | | | | | | | | ---------------------------- revision 1.2.2.3 date: 1994/04/17 19:45:24; author: rgrimes; state: Exp; lines: +13 -2 Eliminate warning messages about /sbin/sh /sbin/init and /etc/termcap when extracting the bin or des archives. Note this is also the place I fixed the libc.so.1.0 problem a long time ago by adding a --exclude libc.so.1.0 to the tar command.
* Fix tty? entry in the same way like cua entryache1994-04-031-4/+16
| | | | Add error diagnotic about unknown device name
* Fix error in making cua entries for two multiportsache1994-04-031-5/+13
| | | | (> 10 devices)
* These are the installation and profile files from the 1.0 cdins*.flprgrimes1994-03-202-0/+1096
| | | | | floppy images. Put in as they were in 1.0, about to change them to work with 1.1.
* >From Chris Christoph P. U. Kukulies kuku@acds.physik.rwth-aachen.dergrimes1994-03-182-4/+4
| | | | Change references to we0 to be ed0 since the we driver is long gone.
* Add mitsumi cdrom /dev entries.rgrimes1994-03-071-6/+8
|
* >From BETA_1_1 branchrgrimes1994-03-071-1/+1
| | | | Add missing ${cpioverbose} option.
* Don't sync a ro-mounted fs.alm1994-03-021-1/+1
|
* Don't offer to mount a to-be-overwritten DOS partition.alm1994-03-011-1/+1
|
* extract() is more friendlyalm1994-02-255-16/+28
| | | | added load_dos (just calls load_fd)
* It is not nice to extract libc.so.1.0 using tar when tar is using it!!rgrimes1994-02-231-3/+4
| | | | UGLY HACK TO GET 1.1 BETA OUT :-(
* Make it say Preparing for dos fs instead of Initializing.. the later soundsrgrimes1994-02-231-1/+1
| | | | scary to some people!
* Add NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/srcrgrimes1994-02-221-2/+3
| | | | on the WRONG system (actually, just the wrong window :-)).
* Major hackery to get the 1.1 Beta floppies building. Have a specialrgrimes1994-02-217-34/+937
| | | | | | pair of crunched binaries that are not built by this, but other than that it is back to an automated procedure. So many changes it is hard to describe.
* Correction so old alias floppy and floppy5 work.rgrimes1994-02-201-2/+2
|
* Remove sio entries per Rod suggestionache1994-02-191-6/+5
|
* Sorry, expr error in last commit.ache1994-02-191-3/+3
|
* We lost ttyd for dialin lines, now restore itache1994-02-191-10/+20
|
* rm# for 5.25 driver changed per Bruce suggestionache1994-02-111-1/+1
|
* Add floppy entries for new fd driverache1994-02-101-12/+65
| | | | (from Poul-Henning Kamp) slightly fixed
* Upgrade to 1.1 release level, add procfs entry on fstab creation.rgrimes1994-02-094-10/+12
|
* One more reference to fdXa removed.rgrimes1994-02-081-2/+5
| | | | | Run fdisk -u after disklabel just incase we wrote block 0, this should fix the bogus partition table when the install is to the whole disk.
OpenPOWER on IntegriCloud