Commit Graph

91 Commits

Author SHA1 Message Date
jkh
010a4ef701 Bring these up-to-date with Peter's compat distribution changes. 1996-12-24 00:23:43 +00:00
joerg
1540c7d862 Another fixit improvement: add a lame script that pretends to be
tar(1), but actually uses cpio(1).  Many people are getting confused
about the lack of a tar on the fixit floppy, and simply don't know
that cpio can basically handle tar format fine (or they simply don't
know how to invoke cpio).
1996-12-08 18:21:30 +00:00
joerg
facb673a9a Simplify the disklabel trickery, and thus avoid the dreaded
``Operation not supported by device''.

Requested by:	jkh
1996-12-01 17:19:29 +00:00
phk
7a88ca4da6 Try to impreve DD mode.
Try to make 4Mb floppies work again.
1996-11-27 22:52:34 +00:00
jkh
e0d772d463 Purely cosmetic cleanup. 1996-11-09 09:24:30 +00:00
jkh
2bb87dfc53 Ahem. It might be nice if I included /usr/src/contrib in with the other
src dists.  This alone is a good reason to re-roll the SNAP before putting
it on CD.
1996-10-10 09:22:37 +00:00
jkh
49e94fab07 Installation cleanup, round II. 1996-10-01 12:13:29 +00:00
jkh
c3e53b9512 Some release changes I've had to make in dealing with the floppy space
crisis.
1996-07-09 16:52:53 +00:00
jkh
5385a16e56 Automatically add install.sh scripts to dists. 1996-06-12 16:32:16 +00:00
jkh
9eb8bcf5f7 Various fixes, take power.uu out as it was causing overflows. We'll
need to fetch it dynamically rather than keep it in the source tree
(subject of a follow-up commit).
1996-06-07 11:46:19 +00:00
jkh
21c9c34c6c Add install script for doc, make bin install more intelligent. 1996-02-02 23:53:48 +00:00
joerg
859c177be5 Make the reduction algorithm to tune the file system size less
aggressive, in order to avoid /mnt: file system full problems.

Introduce a deadlock counter.

Turn off echoing again, it's cluttering the screen/log.

Gross hack to avoid the `vn0: invalid primary partition table: no magic'
warning.

Seems that doFS.sh is now doing the job...
1996-01-21 17:24:54 +00:00
joerg
7d4c7f2cfa Remove phk's errr... interesting idea of slicing a floppy into 10
cylinder groups. :)
1996-01-21 15:09:25 +00:00
jkh
2f055e7f0f Correct typos. "ubin usbin" instead of "subin susbin" 1996-01-16 05:15:20 +00:00
phk
4b351aa8eb I belive this works now. 1996-01-14 19:10:16 +00:00
phk
f6fba8512c Shrink BOOTMFS kernel further. Make doFS.sh more intelligent.
boot4.flp should work fine as far as I can tell.
1996-01-13 23:31:46 +00:00
phk
0e24496fa7 Don't make the fs-image in /dev :-) 1996-01-10 06:32:22 +00:00
phk
30806f728b Moved doFS into shell-script so we can be more smart about it.
make two boot floppies, one without help files for 4MB systems.
Mine's loading one now. :-)  -O2 may be needed.
1996-01-08 22:13:50 +00:00
jkh
709700e64d Check in the shell scripts I used for the 2.1-RELEASE CDROM. These
are provided simply as easy short-cuts for users who are prowling through
the dists structure and decide to install something directly from there.

There still needs to be some glue stuck into release/Makefile to copy
these into the appropriate homes following a full `make release', but I'll
wait until phk is done in there.
1996-01-08 06:19:45 +00:00
peter
ab124e78b0 recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
rgrimes
1b1ee55538 Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
gpalmer
6e13bc90bc Jordan forgot this in his last sync commit. It's a wee shell script
to help generate the .inf info files I use during the extract process.
1995-05-24 10:46:54 +00:00
jkh
909cd75949 DES -> des. Sigh! 1995-05-11 05:23:40 +00:00
jkh
8f080e7227 secure -> DES. 1995-05-09 22:58:42 +00:00
phk
5b76289d02 Add a "set -e" to all of these, to catch failures. 1995-04-20 06:49:09 +00:00
gpalmer
8e8b125da9 The tmpdir cleaning routine _still_ wasn't right! :-(
I think this truly fixes it.
1995-04-13 09:30:58 +00:00
phk
60240980a2 tell people what we do at the end, since it can take a little while.
use "set -e" when extracting bindist
make src dists extract.
1995-04-13 09:06:15 +00:00
jkh
11c4653bbc Do another pass over the delete code. This is better. Now we don't
try to expand a wildcard to delete the entire contents.
1995-04-09 09:01:56 +00:00
jkh
b985c7c718 Try and see if I can make the remove function work.. 1995-04-09 08:56:02 +00:00
jkh
417470f34a Remove preservation of myname and defaultrouter files - they're deprecated
anyway.
1995-04-09 03:44:03 +00:00
jkh
68dc07c4de Add lnc0 ethernet driver. 1995-04-08 11:41:22 +00:00
phk
a60094c595 Added zp0 and eg0 to interface menu. Dropped all the "at 0xfoo" comments. 1995-04-08 09:43:54 +00:00
phk
4fbc27d008 Various changes:
tip removed from cpio.flp (!)  crunch chokes on it after the latest changes.
source for secure & eBones moved into securedist.
1995-04-07 01:20:26 +00:00
phk
69fb2ca8a1 Save /etc/sysconfig from destruction.
Don't put termcap.db and vgrinddefs.db in the tarballs when they are so
easy to generate and take up so much space...
1995-03-28 18:14:10 +00:00
phk
2a03937be0 They mystery of the recursive /sys/sys/ solved. 1995-03-28 08:01:47 +00:00
phk
2d14b997cd mkdir /usr/src if it doesn't exist. 1995-03-25 05:03:40 +00:00
jkh
fda2c102c0 Add sysconfig to list of cpio floppy targets. 1995-03-25 04:53:39 +00:00
phk
cfb98a92bd Fix a bogon. 1995-03-24 03:38:48 +00:00
phk
a3bee0e414 A whole slew of changes relating to the generation of src-dists. 1995-03-24 02:45:34 +00:00
phk
0c27d01e40 Tolerate both ways of doing the src-dists. 1995-03-24 02:04:00 +00:00
jkh
2c3e08c608 Set hostname properly in /etc/sysconfig 1995-03-24 00:23:18 +00:00
phk
a5da6ee74d set SHELL for ftp. 1995-03-24 00:23:02 +00:00
jkh
c1308f08b1 Name juggling, make things a little clearer. 1995-03-24 00:18:31 +00:00
phk
725eec5127 Add a missing ${DIST}/ 1995-03-24 00:16:51 +00:00
jkh
249714d21e Remove gratuitous remove and make it an ln -fs 1995-03-21 21:44:54 +00:00
phk
e6909e91db Add "ix0" Intel EtherExpress. 1995-03-18 08:04:18 +00:00
jkh
779bbefe34 Add entry for Sound Blaster/Matsushita CDROM 1995-03-02 04:18:43 +00:00
jkh
ac6ad4135e Give user a change to read startx messages.
Suggested by:	David Muir Sharnoff <muir@idiom.com>
1995-02-16 12:36:47 +00:00
jkh
00e8d326cb Fix embarassing typo pointed out by Dave Sharnoff - 16bit does
NOT = 16k colors! :-}
Submitted by:	David Muir Sharnoff <muir@idiom.com>
1995-02-16 12:30:31 +00:00
jkh
5b149cbe50 Fix up the comments about NFS options - the ones listed were wrong
Submitted by:	wpaul
1995-02-13 02:28:14 +00:00