Jordan K. Hubbard
e7fc885e08
Add cmd to prototype services file so rrestore can work.
...
Suggested-By: Andrew Heybey <ath@bellcore.com>
1996-11-02 18:58:07 +00:00
Jordan K. Hubbard
e09f622ecc
Adjust the boot-time userconfig options to match reality.
1996-10-14 13:29:40 +00:00
Jordan K. Hubbard
04f11c618f
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
Jordan K. Hubbard
b434db2353
OK, *now* the symbol file is being generated in the correct place.
1996-10-05 13:10:01 +00:00
Jordan K. Hubbard
d50a30076c
Multiple changes stacked as one commit since they all depend on one another.
...
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
Jordan K. Hubbard
318b6e2bd3
Correct a misuse of the GENERIC kernel where I should have referenced
...
the BOOTMFS kernel instead.
1996-10-05 07:46:54 +00:00
Jordan K. Hubbard
d98685782b
Fix bogon with kernel name.
1996-10-05 06:10:58 +00:00
Jordan K. Hubbard
46a7b8131d
Syncronize my tree so Eric can access the latest code.
1996-10-04 13:33:49 +00:00
Paul Traina
d49839662d
When doing a rerelease, cvs update from within the source directory so we
...
pick up the old CVSROOT if we don't have the environment variable set.
If /usr/src/release/install.cfg is present, put it out onto
the root filesystem of the boot floppy. It may optionally be
used to pre-configure sysinstall with custom values. (See next
batch of commits).
1996-09-26 20:48:03 +00:00
Paul Traina
42a69230b9
Fix a typo in phk's rawboot conversion
1996-09-25 00:43:23 +00:00
Poul-Henning Kamp
990926996c
Use rawboot for boot floppies.
1996-09-19 08:35:41 +00:00
Paul Traina
a7c2b4b01a
Turn off KTRACE on MFS boot floppy.
1996-09-09 21:25:40 +00:00
Paul Traina
62bb21530c
Add support for CVSROOT/INTCVSROOT as simple makefile variables.
...
Reviewed by: jkh
1996-09-07 01:05:16 +00:00
Jordan K. Hubbard
2822939a71
Don't stick CD distributions under dists/ directory.
1996-08-03 06:49:00 +00:00
Paul Traina
3acfee7c84
Add optional support for separate international CVS repository
1996-08-02 18:19:47 +00:00
Mark Murray
e90e57c0ce
libgcc.so.261.0 is moving to the compat20 dist.
...
OKed by: jkh
1996-07-10 06:36:33 +00:00
Jordan K. Hubbard
ae33fac50c
Some release changes I've had to make in dealing with the floppy space
...
crisis.
1996-07-09 16:52:53 +00:00
Jordan K. Hubbard
bf1dbdb51d
Merge
1996-07-09 11:26:00 +00:00
Jordan K. Hubbard
337f555126
Bump value for MFSINODE
1996-07-05 21:48:49 +00:00
Jordan K. Hubbard
6545b6a5da
Compress the doc files.
1996-07-05 08:53:54 +00:00
Jordan K. Hubbard
16805608c8
Copy the documentation files up into the release area - I've been doing
...
this by hand all along. Silly.
1996-06-29 02:22:48 +00:00
Jordan K. Hubbard
b0e26113fc
Correct minor syntactical error.
1996-06-26 19:06:11 +00:00
Jordan K. Hubbard
8b34936102
Fix another obj-misusage bogon. This will all get revisited for
...
2.2-release (and this file beaten on with a crowbar, as it so richly
deserves).
1996-06-26 01:24:54 +00:00
Jordan K. Hubbard
1e104a1ec9
Ok, NOW the install.sh scripts are installed correctly!
1996-06-13 09:35:16 +00:00
Jordan K. Hubbard
3da8e961d4
Correct a small typo in the Makefile.
1996-06-13 01:57:48 +00:00
Jordan K. Hubbard
d7ef194616
Automatically add install.sh scripts to dists.
1996-06-12 16:32:16 +00:00
Jordan K. Hubbard
3ee8cec854
Come up with a scheme for stamping the FreeBSD version number on CDs,
...
allowing sysinstall to automagically detect, mount and select an
appropriate FreeBSD CDROM as the installation media. Defining "appropriate"
also requires that you check the version numbers since an older FreeBSD
CD could be in the drive, which is the purpose of this patch.
1996-06-11 05:06:32 +00:00
Jordan K. Hubbard
4676f74284
Finally get this back into shape following my incorporation of Garrett's
...
enhancements.
1996-06-08 22:55:25 +00:00
Jordan K. Hubbard
a590cd439e
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
Jordan K. Hubbard
16c61233c0
Allow user to selectively redo any given part of the release in `rerelease'.
...
Create smaller BOOTMFS kernel with more sane sed command rather than fgrep/sed
Make it possible to generate multiple kernels with the KERNELS variable.
Add mtree generated distribution signatures to dists.
1996-06-06 10:13:32 +00:00
Jordan K. Hubbard
24fe14a098
Put .inf files directly into distributions so that sysinstall can find them.
1996-05-29 04:13:17 +00:00
Jordan K. Hubbard
b53e8a34e6
Sha-ZAM!
...
The root floppy is now gone. I shall not mourn its passing.
Everything we need is on boot.flp or the bindist.
1996-05-29 01:35:33 +00:00
Jordan K. Hubbard
fe85fe95db
Simply comment-out BUILDNAME and CHROOTDIR - they should be set at the time of
...
make's invocation.
1996-05-16 03:20:52 +00:00
Jordan K. Hubbard
0e9e4efa0a
Yow! /dev/wcd0c got omitted from the boot.flp somehow. Guess that explains
...
why ATAPI CDROMs were broken in the last (and this!) SNAPSHOT.. :-(
Oh well, next SNAP I guess.
1996-05-02 08:18:28 +00:00
Jordan K. Hubbard
f8a779d65b
Might as well be factual. Sigh!
1996-05-01 09:35:34 +00:00
Jordan K. Hubbard
89d8a80418
Face the truth and bump the 2.2-960428-SNAP to 2.2-960430; that's the
...
last bump, I promise!
1996-04-29 20:29:29 +00:00
Jordan K. Hubbard
7854541a2a
Add an extra line to the floppies target which will make it refresh
...
the distribution area's floppy images.
1996-04-29 19:38:36 +00:00
Jordan K. Hubbard
ba67e870cb
Bump snapshot release date - looks like I was off by a couple
...
of days!
More display fixes to sysinstall and assorted tweaking.
1996-04-28 00:37:38 +00:00
Jordan K. Hubbard
14aa2b826c
Move libdisk to its new home.
1996-03-19 03:26:33 +00:00
Jordan K. Hubbard
3c20d3561a
Get rid of the MIRROR.SITES file. It was a gratuitous duplication
...
of effort.
1996-02-27 03:40:40 +00:00
Joerg Wunsch
4f9a3d482f
Ooops, i've botched a backslash in my previous commit.
...
Also, move the "ammunition" block above, so it's handled before the
man pages are bing moved out to their own distribution.
1996-02-13 13:28:41 +00:00
Joerg Wunsch
34fca5dd0f
Special fixup to build and install the non-des ed(1) and init(8) into
...
the "bin" distribution.
1996-02-13 09:22:42 +00:00
Joerg Wunsch
2fb96ab9ba
Create symlinks for the MD5 libcrypt's in the bindist.
...
Jordan, this and my previous commit to lib/Makefile should
re-establish the libcrypt for our releases now. :-)
Well, not sure, perhaps init(8) is linked against the wrong libcrypt
in the bindist. :-(
1996-01-24 21:42:37 +00:00
Poul-Henning Kamp
c66cda217a
I belive this works now.
1996-01-14 19:10:16 +00:00
Poul-Henning Kamp
a91fd1190d
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
Poul-Henning Kamp
30e8b491fa
A new cleaned up Makefile.
1996-01-11 20:28:40 +00:00
Poul-Henning Kamp
bb91094a48
Remember to make the kernels dir.
1996-01-10 08:51:08 +00:00
Poul-Henning Kamp
288fe4dbdf
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
Joerg Wunsch
5afba5f938
Use partition `a' for the vn device. Also vn-unconfig the vn device
...
after usage.
I think this has been the last show-stopper that prevented me from doing
a successful ``make release''. Jordan, go for the 2.2-SNAP! :)
1996-01-06 20:13:48 +00:00
Joerg Wunsch
c8e2dc5a38
Sheesh. I've added -lipx to the wrong crunch config file.
...
While i've been here, added the ``-s labels'' flag to vnconfig.
1996-01-03 23:41:03 +00:00
Joerg Wunsch
d95793c934
Hopefully the last bogons that prevented me from running a successful
...
`make release':
. the `doc' distribution was missing, so the FAQ and handbook files
couldn't be installed (Q: why did the psd etc. files install, only
that the dirs had the wrong ownership?)
. the crunched binaries do need now -lipx
1995-12-31 17:10:05 +00:00
Joerg Wunsch
b7738481bc
2.1.0R is over and out. Comment out the tags for it from the release
...
Makefile (so release builds in -current require to set it from the
command line).
Make the cleanup of ${CHROOTDIR} non-fatal. Otherwise, it stops
immediately if the ${CHROTDIR} is on a separately mounted file system.
1995-12-30 21:15:45 +00:00
Peter Wemm
40b0c0d936
Update the -current sources from the 2.1 branch.
...
Approved (in spirit) by: jkh
1995-12-07 10:34:59 +00:00
Jordan K. Hubbard
72f97bfa5b
Sync this again with Mark M's changes so that he and I can diagnose
...
the common problems.
1995-07-25 19:13:20 +00:00
Rodney W. Grimes
d3628763db
Merge RELENG_2_0_5 into HEAD
1995-06-11 19:33:05 +00:00
Rodney W. Grimes
e5370bd7fe
Remove trailing whitespace.
1995-05-30 08:29:07 +00:00
Jordan K. Hubbard
d802eeef31
Nuke kernel out of root.flp; it's not necessary since there's already one
...
in the bindist. This brings root.flp down to 392K!
1995-05-29 10:56:33 +00:00
Poul-Henning Kamp
2ed03504f5
Actually put something in help.tgz :-)
1995-05-29 02:20:32 +00:00
Poul-Henning Kamp
de42a94e4b
Get help files form /stand/help.tgz
1995-05-29 02:13:31 +00:00
Poul-Henning Kamp
b82e26f63a
Increase size of MFS filesystem. (You need to remake release.3)
...
Remove unused devices (*[sw]d*[bdefgh]).
Dont gzip boot_crunch. (This SAVES space on a 4 MB machine, since the
file can be segment can be paged from now.
This (with the kzip patch) makes a 4M machine boot and run again.
Margin in my build is 22 blocks and 9 inodes.
I will look at tgz'ing the help files, we need that.
1995-05-29 01:28:21 +00:00
Jordan K. Hubbard
fdb4b4b383
Shrink the boot floppy by removing all extraneous stuff. Also increase
...
number of inodes.
Fix various bugs reported by Poul. Implement VTY switching.
1995-05-29 00:50:05 +00:00
Poul-Henning Kamp
3df0e2af63
Reduce the size of the MFS filesystem by 250 Kbyte.
...
Use && instead of ; a lot of places.
1995-05-28 07:04:36 +00:00
Jordan K. Hubbard
53a4ccbba0
Move /etc/protocols, /etc/services and /etc/sysconfig onto boot floppy.
1995-05-27 21:07:13 +00:00
Jordan K. Hubbard
a0e9ec2476
Remove fixit floppy (release.10) from targets until Poul fixes it.
1995-05-26 23:08:33 +00:00
Jordan K. Hubbard
e345eb1f24
Crunch Poul's changes down to fit on a floppy again. gah.
1995-05-26 21:55:25 +00:00
Jordan K. Hubbard
409f932965
Bring in Poul's patch to make the boot floppy more stand-alone in nature.
1995-05-26 21:47:13 +00:00
Jordan K. Hubbard
21deb1ee5e
Fix a bug in the /etc populating copy.
...
Change root.flp from a new format CPIO archive to a tar archive.
Unless we're willing to change the main tarballs from tar format to
"newc" (or, even better, "crc") cpio format, we need to use one common
one for all and that's tar for now. Install will now grab "root floppy"
from an ftp site if that's what you've got set.
Fix even more gripes from Poul's list.
1995-05-26 10:18:12 +00:00
Jordan K. Hubbard
fbd92ef8d5
Rename boot.flp to root.flp
1995-05-25 18:48:07 +00:00
Poul-Henning Kamp
c0b83abedc
Fix boot.flp and floppies targets.
...
Make cpio floppy to temp file first.
1995-05-25 06:14:10 +00:00
Jordan K. Hubbard
39ae3f1529
Eliminate much redundant cruft from cpio floppy.
...
Make more vty devices for us to use.
1995-05-25 01:51:45 +00:00
Jordan K. Hubbard
903463ef42
Put back some changes that were smashed in yesterday's release tree
...
shoot-down.
1995-05-25 01:22:20 +00:00
Gary Palmer
66b1d44d35
Move testftp: to release/sysinstall/Makefile where it should have
...
been in the first place.
1995-05-24 11:17:53 +00:00
Jordan K. Hubbard
0412e9f72c
Adjust targets to populate info files into distributions.
1995-05-24 08:59:01 +00:00
Jordan K. Hubbard
95e34bfc2e
Add rule to generate the info files.
...
Submitted by: gpalmer
1995-05-24 01:26:23 +00:00
Jordan K. Hubbard
023c271a28
Cleanup pass. Remove some grit left over from ripping out
...
the scripts.
1995-05-23 21:47:26 +00:00
Jordan K. Hubbard
23f2ee6126
Remove the last vestiges of the old installation method.
1995-05-23 21:33:53 +00:00
Gary Palmer
baf9eac5f1
The stand/scripts directory is obsolete. Don't create it in the cpio
...
floppy area.
1995-05-23 07:20:35 +00:00
Jordan K. Hubbard
1625ae170f
wt0 -> rwt0
1995-05-22 17:39:22 +00:00
Jordan K. Hubbard
769d392920
Clean up the cpio floppy target, remove the fixit floppy from my
...
"floppies" target - don't need to build that every time for testing.
1995-05-22 14:08:45 +00:00
Jordan K. Hubbard
0d8da7331a
Remove rst1 - it's not made by default.
1995-05-22 06:25:26 +00:00
Jordan K. Hubbard
d6f9f66840
Add tape devices to boot floppy.
1995-05-21 21:08:45 +00:00
Jordan K. Hubbard
586ed33afa
Nuke out all the NEWVERS stuff; we don't need or use it anymore.
...
Add Gary's info files to the cpio floppy.
1995-05-21 18:39:42 +00:00
Jordan K. Hubbard
17137d3f85
1. Remove the scripts from the boot floppy - we don't need them anymore
...
and it saves us a fair bit of space.
2. Remove adduser and tzsetup as well - they're not needed.
3. Move ft from the boot floppy to the cpio floppy.
1995-05-21 18:29:51 +00:00
Jordan K. Hubbard
59bd8aaa69
Correct a stupid typo I introduced in adding CD devices.
1995-05-21 13:36:13 +00:00
Jordan K. Hubbard
cbe35e915a
Add device entries for CDROM devices to boot floppy.
...
Increase number of inodes slightly.
1995-05-21 10:33:20 +00:00
Poul-Henning Kamp
e841846b60
Make a fixit.flp target too.
...
Improve the search code for the -u # argument to newfs.
1995-05-21 03:20:05 +00:00
Poul-Henning Kamp
3525074d14
Now cpio works for me. (it was Mostly confusion about when the chroot
...
happened)
Make vsystem crunch aware in an intelligent fashion.
make the boot.flp target more specific (and faster).
1995-05-20 23:33:14 +00:00
Jordan K. Hubbard
0aa9f139dd
Make Gary happy.
1995-05-20 13:52:53 +00:00
Jordan K. Hubbard
e36d47de12
Reviewed by:
...
Submitted by:
Obtained from:
1995-05-20 13:49:47 +00:00
Jordan K. Hubbard
abac5d4b12
Ahem. It's late. Make my floppies target actually work.
1995-05-18 13:32:22 +00:00
Jordan K. Hubbard
0ead1f1db1
Make a little convenient "floppies" target for myself.
1995-05-18 13:24:48 +00:00
Rodney W. Grimes
682078bd09
Very minor rework to eliminate useage of - operator by checking for
...
existance of ${CHROOTDIR}.
Remove -k option from make install for building chroot tree, makes it
error out early if you forgot to populate the pre-chroot obj tree.
Reviewed by: phk
1995-05-13 19:51:57 +00:00
Jordan K. Hubbard
336d17595a
Drop the inode count down a bit - we ran out of inodes with the help files.
1995-05-11 07:18:11 +00:00
Jordan K. Hubbard
17078dcc1f
Argh! Get the args to tar right. It's late. I'm sleepy.
1995-05-11 07:11:24 +00:00
Jordan K. Hubbard
3edcd90d4b
1. Fix a cd which somehow got capitalized.
...
2. Don't put CVS files on the floppy.
1995-05-11 07:03:33 +00:00
Jordan K. Hubbard
caeb252543
Dump the help files onto the new floppy.
1995-05-11 06:40:40 +00:00
Jordan K. Hubbard
212014b835
Put a shell on the boot floppy.
1995-05-11 06:32:13 +00:00
Jordan K. Hubbard
0020de4fe4
Reviewed by:
...
Submitted by:
Obtained from:
1995-05-10 17:54:09 +00:00
Jordan K. Hubbard
dda697f031
Remove ncftp from cpio - we don't need it any more.
...
Adjust boot floppy to (hopefully) include libdisk in the crunch.
1995-05-10 17:20:23 +00:00
Jordan K. Hubbard
a3e12198e1
Use absolute path for release dir.
1995-05-09 02:24:39 +00:00
Jordan K. Hubbard
20e5d523d9
Make a less expensive re-release target.
1995-05-09 00:30:00 +00:00
Jordan K. Hubbard
a88bbe42ef
Don't go build sbin/sysinstall anymore; it's obsolete.
1995-05-09 00:18:32 +00:00
Jordan K. Hubbard
d5d65ceb94
Rename secure to DES. This isn't a 100% accurate renaming since some
...
of the eBones stuff is in there too, but it's better than `secure', which
implies that the user will be insecure without it.
1995-05-01 12:01:39 +00:00
Poul-Henning Kamp
6d83113dcf
Missing -r flag on rm
1995-04-30 09:02:08 +00:00
Poul-Henning Kamp
d996508637
install "compat20" (libgcc.so.261.0) into the bindist.
...
cc/ld does the right thing.
1995-04-24 04:06:30 +00:00
Poul-Henning Kamp
ab0e9cdc60
Add the stuff to munge the name of the release/snap/whatever we build.
1995-04-23 23:06:36 +00:00
Poul-Henning Kamp
518a1d34d6
A major cleanup. Move more over to a "pull" model than a "push" model,
...
this will eventually allow us to add meaningfull dependencies.
Add mount_{msdos,nfs,cd9660} and chroot to the fixit.flp.
1995-04-20 06:48:31 +00:00
Poul-Henning Kamp
954f5fffa2
Put a kzip'ed GENERIC on the boot.flp and fixit.flp instead of BOOTFLP,
...
now that we have the space.
If this works out to our liking, we will kill BOOTFLP.
Now, if only we could extract the kernel, incl symbols from a kzip'ed kernel...
1995-04-19 18:00:04 +00:00
Poul-Henning Kamp
7c474103d4
Thanks to the dynamic duo of John & David, ("meanwhile in the VM-cave"), we
...
can use the vn-driver instead of physical floppies, thanks guys !
Add the fixit-floppy back now that kzip made it fit again.
Don't make the gzip'ed *.flp files anymore.
1995-04-19 17:42:32 +00:00
Poul-Henning Kamp
d3e1f93a58
kzip the kernels on the boot.flp and fixit.flp, and buy us more space...
...
*** This definitively kills installs on machines with less than 4Mb ***
*** the kzip stuff loads a the 3Mb line. This is Just Too Bad (TM) ***
1995-04-19 01:19:57 +00:00
Jordan K. Hubbard
ff0edab95c
Remove fixit floppy from things to build until Poul makes it work again.
1995-04-13 20:21:06 +00:00
Poul-Henning Kamp
9776cec4df
Reduce inode count on floppies a bit again
1995-04-13 09:05:25 +00:00
Poul-Henning Kamp
54f835a545
Even more inodes on the floppies...
1995-04-13 02:11:31 +00:00
Poul-Henning Kamp
15587f8eaf
added a missing '; \'
1995-04-12 21:13:08 +00:00
Poul-Henning Kamp
895449d220
Add bad144 to fixit floppy.
...
Remove kernel compile directories.
Put all *[sw]d* devices on floppies
Make more inodes on floppies as function of the above.
1995-04-12 08:00:24 +00:00
Poul-Henning Kamp
01feef2c19
Sanitize the making of kernels a bit, and make the BOOTCDROM kernel too.
...
If we can get away with it, it will always just be the GENERIC kernel
with a different name.
1995-04-10 08:01:27 +00:00
Jordan K. Hubbard
916b53653d
Add etc/sysconfig to list of files stuck on the cpio floppy. I thought
...
we did this already?!?
1995-04-09 03:47:55 +00:00
Poul-Henning Kamp
60ca0bff59
Don't choke if secure bits are not available.
1995-04-08 21:29:56 +00:00
Poul-Henning Kamp
27d441157b
Fix the bug which removes all empty dirs from distribution. Sorry Jordan...
1995-04-08 09:45:31 +00:00
Poul-Henning Kamp
d2b9896124
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
Poul-Henning Kamp
56f6016de9
Remove kernel compilation directories after use.
...
Move stray "info" files into info dist.
1995-03-28 19:28:32 +00:00
Poul-Henning Kamp
286e783f03
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
Poul-Henning Kamp
6075622c64
Fix cdrom.1 target.
1995-03-24 08:10:53 +00:00
Poul-Henning Kamp
a833576497
Fix srcdist names. Fix structure in ftp-area.
1995-03-24 04:20:35 +00:00
Poul-Henning Kamp
836ed9f2c2
A whole slew of changes relating to the generation of src-dists.
1995-03-24 02:45:34 +00:00
Poul-Henning Kamp
45209a22a5
Make src-tarballs in one level. Don't tar things named 'obj'
1995-03-24 02:05:32 +00:00
Poul-Henning Kamp
a414a675b3
Make /usr/include directories...
...
Submitted by: rgrimes
1995-03-22 20:37:53 +00:00
Jordan K. Hubbard
c951ad87a4
Update for new FAQ file locations.
1995-03-21 20:24:00 +00:00
Poul-Henning Kamp
785bd4b416
Dont install DES bits in cdrom area.
1995-03-17 04:54:13 +00:00
Poul-Henning Kamp
c5b0a90902
Remove imutable bits, they will not survive anyway. First cut at cdrom
...
make rule.
1995-03-16 22:54:42 +00:00
Poul-Henning Kamp
544eee1a54
Well, it seems like the vn driver is pretty hosed still, so don't use it :(
1995-03-16 05:58:28 +00:00
Poul-Henning Kamp
16e5d87eab
Code to use vndevice instead of floppy to build floppy images.
1995-03-16 05:40:02 +00:00
Poul-Henning Kamp
e12c435569
I belive the floppies work as expected now. (incl the fixit)
1995-03-15 06:14:19 +00:00
Poul-Henning Kamp
3bc93c76c6
Added a fixit floppy to the rules.
1995-03-13 20:09:38 +00:00
Poul-Henning Kamp
598c5bd0cc
Move a -P
1995-02-28 20:32:29 +00:00
Poul-Henning Kamp
8b5f78d2f6
cvs export doesn't like a explicit '-P'
1995-02-28 04:38:21 +00:00
Poul-Henning Kamp
2469b9a2ef
More bugfixes.
1995-02-28 01:15:52 +00:00
Poul-Henning Kamp
7e055f73f4
Various things, bits and pieces to make this maybe work next time.
1995-02-26 20:45:34 +00:00
Poul-Henning Kamp
7eb112010a
Various changes to make this work.
1995-02-26 01:35:32 +00:00
Poul-Henning Kamp
bd668f6f6c
New and better "make release" rules.
1995-02-25 22:08:48 +00:00
Poul-Henning Kamp
7c89a442ad
/var/games -> games dist.
1995-02-11 05:35:37 +00:00
Poul-Henning Kamp
99b3da9348
A better fix for the newfs floppy problem
1995-02-10 06:04:58 +00:00
Jordan K. Hubbard
e599dc2c51
Merge in some cosmetic changes - clean the two kernel images we depend
...
on when a `make clean' is done - prevents a Feb 2nd BOOTFLP kernel going
onto a Feb 10th boot.flp, as now almost happened.. :-)
1995-02-10 05:51:01 +00:00
Poul-Henning Kamp
ae9548f6ba
A bit of unexpected fallout from the newfs change.
...
newfs'ing a floppy fails now, unless we tell it geometry. I thought at
disktype would take precedence.
1995-02-10 05:41:10 +00:00
Jordan K. Hubbard
0ba70b00c0
Andreas Schulz asks:
...
I have seen two strange things in it :-).
The first: in CLEANFILES is CPIO3 referenced, that leads to the
deletion of half of the scripts that are in the source. Intended ?
Second: The comment above the CPIO3= line says that bininst must be
the last on the floppy, but setup follows it now ?
And I reply:
This was all wrong! Fixed! Thanks!
Submitted by: ats
1995-02-09 08:36:23 +00:00
Jordan K. Hubbard
c6949047a4
A better clean rule.
1995-02-02 12:29:03 +00:00
Andrey A. Chernov
d5cf6f6056
Create directory symlinks neccesary for locale because mtree
...
can't create symlinks.
Suggested by Rod.
1995-02-02 08:03:24 +00:00
Jordan K. Hubbard
31c448c24a
Argh! I left the setup script off the floppy. Time to re-roll it.
1995-02-02 04:07:51 +00:00
Jordan K. Hubbard
cfba24a39b
Don't forget to make the gzip'd boot floppy.
1995-02-01 22:53:32 +00:00
Jordan K. Hubbard
f4df96ec7e
Take out my previous change to update the src tree first - that was
...
stupid.. :-)
1995-02-01 11:19:24 +00:00