jkh
4d71d2d6e9
Copy appropriate docs into help/ directory of boot floppy.
1998-11-03 03:36:34 +00:00
jkh
06bdd2ba98
Use the new doc locations.
1998-11-03 03:31:22 +00:00
gpalmer
7a07480a8f
s/boot2/loader/ on the alpha
1998-10-22 04:58:38 +00:00
jkh
c988ce6862
Use the same boot.conf file for alpha, now that it works.
1998-10-16 10:17:29 +00:00
jkh
02807a4204
More attempts to DTRT for the alpha, based on what I now know about boot2.
1998-10-15 11:12:40 +00:00
jkh
66e39dfcc6
Use more rational inode sizes.
1998-10-14 10:58:12 +00:00
jkh
1aad313f80
Fix more bogons revealed by building alpha boot floppies.
1998-10-14 02:13:45 +00:00
jkh
5bab94f41a
whoops, correct patch-o in last commit.
1998-10-13 21:37:30 +00:00
jkh
610946affc
More alpha patches.
1998-10-13 21:36:13 +00:00
jkh
41bc0045ac
Properly conditionalize more stuff for the ALPHA.
1998-10-13 21:09:42 +00:00
jdp
c62901b9f0
Update comment. The release tree needs about 1000 MB of free space
...
now.
1998-10-13 02:32:43 +00:00
jkh
4a74c09f91
Adjust for new MFS root code.
1998-10-10 08:15:38 +00:00
jkh
894f23a432
Small refinements to boot script.
1998-10-09 07:07:55 +00:00
jkh
927ef14a2f
Initialize boot configuration files on floppy correctly. We now
...
support 3 kinds of floppies: boot+mfs (standard), boot, mfs.
1998-10-09 06:28:28 +00:00
jkh
98468fe965
Finally settle on a name for the mfsroot image.
1998-10-08 10:18:55 +00:00
jkh
d3aa2cefad
Only install boot blocks if !MFSKERN. Too big otherwise!
1998-10-08 10:02:28 +00:00
jkh
f79045f756
Add boot bits to boot floppy.
1998-10-08 09:53:32 +00:00
jkh
09b12ea3fa
Final cleanup pass over boot floppy changes.
1998-10-08 09:06:16 +00:00
jkh
0b05f0265c
Remove a gratuitous copy.
1998-10-08 07:12:37 +00:00
jkh
0fe4e68af4
Unreverse a conditional and gzip the mfs image by default.
1998-10-07 22:58:22 +00:00
jkh
111cf5cb67
Support 3 floppy images as standard now: boot kernel, mfs image and
...
kernel+mfs image.
1998-10-07 22:54:04 +00:00
jkh
234905fb04
Fix typo.
1998-10-07 22:36:48 +00:00
jkh
b2d47df89c
Add MFSKERN flag to enable the combining of kernel and MFS fs.
...
At some point, it will always be off from the user's POV and used
only internally to build (optionall) both mfskern floppies and
ones where mfs root and kernel go in separate places.
1998-10-07 21:53:14 +00:00
jkh
0b40982436
Remove hard-coded constants being passed to doFS.sh and add in a 386/alpha
...
configuration section.
1998-10-07 03:13:36 +00:00
jkh
efd8e6f6ab
Turn ALLLANG back on.
1998-10-07 02:57:16 +00:00
jkh
c12958d88c
Add a symbol to aid in release debugging.
1998-10-04 17:37:52 +00:00
jkh
1df05a719a
Collapse doRELEASE target back to being the same for alpha/i386 now
...
that unzip is fixed and we should hopefully be able to build the docs.
1998-10-04 10:33:41 +00:00
jkh
52dae00ec8
Commit some more updates for the alpha release build. This may be
...
a bit ambitious for the moment, but the only way out is through! :)
1998-10-04 02:32:18 +00:00
jkh
ba0c9042b0
Don't write the fsimage in the kernel on alpha - the combined
...
kernel + fsimage is far too large to fit on a single floppy.
Copy it out for the later creation of a root floppy image instead.
1998-10-04 02:01:03 +00:00
jkh
5d8082b6bf
Urk!! At some point, CFLAGS got set to -O2 rather than -O (which
...
has always been our "recommended optimization flag") and this causes
problems on the Alpha in addition to being generally wrong.
Noticed by: dfr
1998-10-01 09:27:02 +00:00
jkh
547e5ebda8
Finally conditionalize the SCSI frobbing code properly. This
...
should return kernel config saving (under the current a.out system)
to its former functionality.
1998-09-30 20:54:34 +00:00
jkh
5d2ce555fc
Nuke ft0 device on boot floppy also since we don't need it now.
1998-09-28 17:17:49 +00:00
jkh
c320c94d53
Put MSDOSFS back - I'm going to try and find space another way.
1998-09-24 02:01:07 +00:00
jkh
c51ade1afe
Trim more stuff off the boot floppy - we're overflowing again! :(
...
Partially suggested by: abial
1998-09-24 00:57:05 +00:00
gpalmer
f99b15f20c
Build the GENERIC kernel on the alpha too. And don't expect a MFS kernel
...
yet, nor will fbsdboot.exe be too useful :)
Reviewed by: jkh
1998-09-23 07:38:51 +00:00
jkh
18fa31030c
Turn NODOC off again; now that releases are releasing again, it's time to
...
try and unbreak docs.
1998-09-20 08:52:23 +00:00
jkh
55b979f3cd
Turn off ALLLANG; the docs are currently in spanish and none of the docs
...
folks seem to have worked out why yet, so I'm switching back to english
and only english by default for now. :)
1998-09-19 11:43:05 +00:00
jkh
146cd3c946
Temporary hacks to get releases working again:
...
o Remove MSDOSFS until I find some other way of gaining some space.
This *totally disables* the use of DOS partitions in installation
so it's truly just a temporary measure.
o Set NODOC=YES since docs are broken right now (they try and install
into the bindist rather than the docdist - need to figure out why).
1998-09-17 11:25:48 +00:00
jhay
6fc016367d
Comment out NODOC and NOPORTS again. It got uncommented by mistake a few
...
days ago.
1998-09-15 13:15:18 +00:00
gibbs
ca47b7a2f4
We don't need the CAM application pass-thru driver on installation boot
...
floppies. Also kill the sense and command strings to save space.
1998-09-15 10:24:23 +00:00
jkh
fd8eed77ee
Until lkm and mdec gets populated again by some other means, do it
...
here.
Forgotten by: jkh
Submitted by: jhay
1998-09-14 18:42:59 +00:00
jkh
043007b72d
Nuke gratuitous use of OBJFORMAT
...
Submitted by: jhay
1998-09-14 11:39:38 +00:00
phk
32c7c831a6
Use -R argument to cvs, this lets us work with a read-only repository,
...
at least to the extent that cvs bugs allow us to.
1998-09-13 17:20:57 +00:00
jhay
de257a8911
Add the missing file, printf to a directory does not work.
1998-09-12 20:04:44 +00:00
jkh
5a4955a0bc
Remove perl5 from list of ports to build now that it's in the base system.
1998-09-09 14:20:22 +00:00
jkh
3aaf774c9f
Do an installworld rather than install to populate the chroot tree.
...
Recommended by: jb
1998-09-07 23:55:22 +00:00
jkh
87d9974846
Set CHROOTDIR's initial object type also.
...
Suggested by: jb
1998-09-05 07:43:13 +00:00
jkh
4411ac3da1
Add OBJFORMAT to list of variables passed into /mk script since it seems
...
to think you're using aout otherwise (and emits a rather confusing and
inaccurate diagnostic about OBJFORMAT being set in /etc/make.conf when
it most demonstrably is not set there).
1998-09-05 06:54:42 +00:00
msmith
c9603566dc
Escape the \ characters so that the intended beep at the end of the
...
boot.help message is actually appended correctly.
1998-09-05 00:36:18 +00:00
jkh
24ab75c075
Actually *looking* at this file now, I see that a good deal more
...
can be eliminated. :)
1998-09-04 23:51:40 +00:00
jkh
1fdee35084
Just nuke the aout bootstrap stuff since we don't need it anymore.
...
Simplify accordingly for ELF.
Convinced by: jb
1998-09-04 08:22:59 +00:00
jkh
525a0456f6
Only move a.out libs if we're building for a.out.
1998-09-04 06:31:34 +00:00
max
2c94888c3d
Add ^G to the end of boot.help on the installation floppy so that it
...
beeps when the Boot: prompt appears on the screen and people installing
FreeBSD onto PC without display monitor can tell when to hit `-h'.
1998-09-02 18:04:18 +00:00
jkh
9f6b1115ba
Put MSDOSFS back and look for something else to trim.
1998-09-01 06:57:18 +00:00
jb
2b6505f997
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 02:52:04 +00:00
gpalmer
3846bf0ec8
First cut (aka hack) at getting make release building on the alpha. Don't
...
build floppies or kernels. The i386 release process should be unaffected.
1998-08-23 00:52:18 +00:00
jkh
6d5ffb0b01
Make provisions for a pre-build script that one can use to frob the
...
chroot tree right after everything has been checked out and we're ready
to go.
1998-08-16 01:24:40 +00:00
jkh
bdc9587444
Trim more out of the boot floppy so that it fits in 1.44MB again.
1998-08-16 00:44:29 +00:00
jkh
351dcdbe0d
Bump this one more time before going on a witch hunt for space.
1998-08-12 11:49:22 +00:00
jkh
4899ea63d4
Bring proflibs distro back from the dead - taught about BINFORMAT.
1998-08-12 11:43:24 +00:00
jkh
db99288e9d
Bump BOOTINODE value a bit more.
1998-08-11 03:59:12 +00:00
jkh
bd7376c5c9
A few size tweaks to try and get the -current boot floppy back under
...
control
1998-07-19 05:31:35 +00:00
jkh
d9909ce2f1
MF22: Copy up new doc files.
1998-07-16 10:15:53 +00:00
jkh
e76a514ff6
MF22: Add prototype errata file.
1998-07-16 10:09:55 +00:00
des
e2e75b07f0
Use four-digit year in SNAP name. We're eighteen months from the next
...
millenium, fer cryin' out loud...
1998-07-09 08:26:38 +00:00
brian
c7c6f3feab
Don't make clean after building the crunch file. Build
...
a des & non-des version of ppp in the same way as init
and ed.
1998-06-26 18:54:06 +00:00
brian
b1de54fb2f
Fix syntax error from last commit
1998-06-25 06:35:20 +00:00
brian
db662b91fd
Clean the crunchgen targets after creating the crunch binary.
...
This *should* avoid the -DRELEASE_CRUNCH polution that's
mis-building user-ppp.
1998-06-24 06:55:18 +00:00
jdp
ee68d1afd8
My previous change could conceivably succeed at removing CHROOTDIR.
...
Ignore errors from the chflags command that follows it, just in case.
1998-06-08 20:58:02 +00:00
jdp
05f60feca3
Speed up the cleaning of CHROOTDIR by almost a factor of two, by
...
replacing two monstrous file tree walks with one monstrous tree walk
and two miniscule ones.
1998-06-07 21:53:01 +00:00
jkoshy
676233ef27
-DALLLANG is now obsolete in "src/Makefile"; move to "src/release/Makefile".
...
PR: 6685
1998-06-06 04:39:42 +00:00
jkh
0d948cca04
A bit of additional ELF changeover stuff I forgot to conditionalize earlier.
...
Todo: revisit and make work with either aout or ELF.
1998-05-30 12:15:02 +00:00
jkh
290b49caf1
Do the aout libs if they exist in preference to the older ones in /usr/lib
1998-05-29 19:36:12 +00:00
jkh
242a675c64
Don't pack distfiles left over from docs builds into ports.tgz.
1998-05-20 01:06:32 +00:00
jkh
4d5174827c
Go back to 240640 split size. Interesting experiment but somebody
...
still needs to figure out the 1.2MB floppy problem before we touch
(or possibly eliminate) this value.
1998-05-12 08:02:48 +00:00
jkh
02bf655efa
Try experimenting with the split size a little in an effort to
...
move our installation structure a little further into the 20th century
(just before it's over).
Instigated by: Dag-Erling Coidan <dag-erli@ifi.uio.no>
1998-05-08 13:49:16 +00:00
msmith
632701e8f5
Allow the CVS modules from which the source, doc and ports collections are
...
checked out to be overridden.
PR: misc/6309
Submitted by: "Greg A. Woods" <woods@zeus.leitch.com>
1998-04-15 18:28:27 +00:00
jkh
4edce9bdac
Use the correct templates file.
...
PR: 6135
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-03-30 08:29:28 +00:00
jhay
4b4f1b5abd
Make the vn device that is being used to build the floppies configurable.
...
You can now do something like "make release VNDEVICE=vn1". This makes it
possible to do something else with vn0, for instance building another
release.
1998-03-22 18:39:42 +00:00
jkh
552164a7bb
MF22: don't snip SYSVSHM
1998-03-10 17:29:44 +00:00
jkh
7507abe7e7
DOH! Forgot a backslash.
1998-03-06 23:03:49 +00:00
jkh
54476b582e
Go to reduced device set now that "make-unders" work.
1998-03-06 06:47:09 +00:00
eivind
1960e2add5
... since config no long have a -n option in -current either, do the
...
obvious thing. (-n gone).
1998-02-18 20:01:41 +00:00
jkh
2d31a8b4c6
MF22: Optimize DOC bootstrap.
1998-02-13 20:34:25 +00:00
pst
5c291b8a2d
Remove INTCVSROOT, no longer needed thanks to cvsup
1998-02-01 06:35:44 +00:00
jkh
7ce79be939
Collapse 2 settings of PATH into one (didn't notice the 1st one before).
1998-01-28 04:05:10 +00:00
jkh
83e933cd38
Tweak PATH for ports build. I have no idea why this worked on my test
...
machine but not on the -current build box.
1998-01-27 21:28:32 +00:00
jkh
fe5cbb2eba
Temporary work-around for a ports building problem I really don't
...
understand just yet.
1998-01-27 01:06:49 +00:00
jkh
d61a0bc6d3
Clean up doc bootstrap ports afterwards.
...
Small stylistic cleanup.
1998-01-24 07:30:55 +00:00
jkh
c28ebdedae
Bring back handbook and FAQ by adding a mechanism for bootstrap ports
...
to the build. This will need more review as we go into it, but it should
do the basic job for now.
1998-01-23 20:15:54 +00:00
jkh
1b72307204
Add a missing \ the previous committer omitted from the crunch target.
1998-01-19 16:10:51 +00:00
brian
c73933598a
Remove the necessity of -ldes and -lalias etc from release/Makefile.
...
When building a release, RELEASE_CRUNCH is defined for a `make' of
the objects required by the crunch of each program. The object list
is still obtained in the same way, so you must make sure that all
objects are built (empty if necessary) by this make. ppp/Makefile
provides an example.
Reviewed by: jkh
1998-01-17 14:21:21 +00:00
joerg
fe9a1c7666
MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.
1997-10-20 21:57:14 +00:00
jkh
a7fe67864a
Turn NODOC back on - this is going to take a bit more work to get right.
1997-10-05 22:31:40 +00:00
jkh
0594f38deb
Remove NODOC setting - time to figure out how to get this working again.
1997-10-05 09:47:28 +00:00
jkh
4f41e29268
Fix syntax error I introduced earlier. :)
1997-10-04 20:51:42 +00:00
jkh
818f323e76
Support crypto and kerberos source dists.
1997-10-04 09:05:06 +00:00
jkh
acd928eb21
Install boot.help differently.
1997-10-03 14:17:46 +00:00
markm
1b37bc3e51
The eBones src distribution is gone, and crypto is here. So remove
...
references to sebones.* and bring in scrypto.*.
1997-10-03 14:05:29 +00:00
jkh
915e72339e
kerberos4 -> kerberosIV
...
Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
1997-10-01 09:01:16 +00:00
jkh
3a0f2a6fe6
Fix kerberos breakage for release.
...
Submitted by: markm
1997-09-30 08:09:03 +00:00
joerg
7b5c64ab47
Don't gratuitously drop termcap.db and vgrindefs.db from the installed
...
set of files.
Reviewed by: jkh
1997-09-20 17:10:09 +00:00
joerg
cab5331184
Perform a `make distrib-dirs distribution' inside the chroot tree
...
before trying to `make world', so to become less dependant from the
correctness of the environment hosting the `make release'. The recent
addition of a group `network' made this problem apparent.
1997-09-20 15:40:55 +00:00
jkh
10251b0fa8
Do a make install in sysinstall so that its man page gets added to the
...
manpages dist.
1997-09-08 11:09:35 +00:00
jkh
6047dd4c94
Yikes! Whomever put the non-overridable setting of BUILDNAME in
...
here, don't do that!
1997-09-04 11:54:01 +00:00
jkh
b11d564e5e
Copy the boot.help file also into the MFS image so that the installer
...
can find it later and copy it over.
1997-09-04 11:28:32 +00:00
jkh
a6ea1658e3
Skip contrib-crypto
1997-09-03 23:15:38 +00:00
jkh
c93bc06c52
Make README.TXT for floppies reference work.
1997-07-31 10:57:31 +00:00
jkh
907acc12b7
Touch a default kernel.config file to shut the boot blocks up about it
...
when not present.
1997-07-31 09:52:10 +00:00
jkh
20bf9a3e17
Turn off doc.1 distribution until we figure out what we're going to do with
...
it.
1997-07-23 10:44:39 +00:00
jkh
0bf85b62d4
OK, *this* is how the ports stuff should have been built to begin
...
with. ;-)
1997-07-13 00:54:22 +00:00
jkh
f4e6702e75
Move ports distribution copying for ftp dist into the correct place.
1997-07-09 12:45:17 +00:00
jkh
683892d340
Split section 6 catpages/manpages out into games dist.
1997-07-02 08:59:00 +00:00
jkh
5d0935013f
Protect against CVSROOT not being set.
...
Submitted by: fenner
1997-06-29 18:07:01 +00:00
jkh
e0e414425c
endif -> .endif (from BOOT_CONFIG changes).
1997-06-28 16:24:09 +00:00
pst
ca8e3b2040
Reorder things and import NOSHARED.
1997-06-28 08:21:10 +00:00
jkh
7559f25bab
YAMF22
...
Submitted by: pst
1997-06-24 23:08:18 +00:00
jkh
9d9ead19a1
Do ports.1 earlier.
1997-06-23 01:49:35 +00:00
jkh
472218ee71
Argh - 3rd time's a charm. Move doc even further in the distribution chain.
1997-06-22 17:59:04 +00:00
jkh
7bf6a981bc
The doc dist was being made too early - move it.
1997-06-22 17:21:59 +00:00
jkh
acef7b6f1a
Bag previous behavior of making all BIN_DISTS get a set of /etc files.
...
If a bindist clone wants etc files, it can clone them from bin. If it
doesn't, now it won't. :)
1997-06-22 10:17:32 +00:00
jkh
3bb8305ac5
Reshuffle some of the distribution names to make them
...
easier to remember & allow overrides.
1997-06-22 08:37:49 +00:00
jkh
7020641f44
Make docs go to the right place finally.
1997-06-21 19:39:48 +00:00
jkh
84e984b24f
Whoops, get the proper rev of this.
1997-06-21 15:45:51 +00:00
jkh
dd6c0a48e7
Change the way distributions are built such that they can be built
...
either in the Makefile or by an external script. Move some of the
existing stuff into scripts.
1997-06-21 15:41:55 +00:00
jkh
628c1856e7
Whoops - add boot.foo files to the outside of the MFS, not the inside. :)
...
Brain engaged now.
1997-06-12 09:23:54 +00:00
jkh
528afa5976
Copy boot.help file onto boot.flp and write zero-length boot.config
...
there to shut the boot blocks' whining little face up.
1997-06-12 09:18:29 +00:00
jkh
aedded4929
Make readmes in ports.
...
Submitted by: asami
1997-06-11 10:03:40 +00:00
brian
d77a8bac2e
Make install in include before making world.
...
Without this, if you try to build a 2.2 release
on -current, it falls on its face here because
/usr/include contains your "make install"d headers
where the /usr/include/* symlinks point to the
RELENG_2_2 headers.
Reviewed by: jkh
1997-06-06 02:10:03 +00:00
joerg
e77dc0beaa
Create the release name of SNAPs automagically.
1997-06-01 08:06:48 +00:00
jkh
2edb07cac1
Add rules for building doc back into releases, conditionalized on NODOC.
...
Also clean up some of the comments at the top. It's 12 o'clock, and
that is all.
1997-05-24 20:15:13 +00:00
danny
5cb4d1de3b
Spelling/typo fix.
1997-05-03 12:14:21 +00:00
jkh
1f3e340e00
Eliminate a small redundancy with ALL_DISTS
...
Submitted by: John-Mark Gurney <jmg@hydrogen.nike.efn.org>
1997-04-25 09:11:50 +00:00
joerg
b0b7aa73cd
``Ooops'' :-)
1997-04-13 20:20:25 +00:00
joerg
bad54f644f
Add more bootstrapping bandaids: copy over some of the host system
...
dependent utilities to /bootstrap inside the chroot tree, so the
hosting and targeted environment are not required the same. By now,
mount/umount (due to the Lite2 changes) and cpio (due to lchown) make
it there. This should allow building a 3.0-current release from
inside a 2.2 vintage system, and visa verse.
Isn't lchown also a reason for a shared lib version number bump?
PR:
Reviewed by: jkh
1997-04-13 08:46:58 +00:00
joerg
a0864ebb14
Sync this up with RELENG_2_2. Du-oh, i've totally spammed rev 1.278,
...
and quite a number of smaller fixes from 2.2 were missing as well.
1997-04-12 21:55:53 +00:00
joerg
cc24249a86
Brain-o. BUILNAME is more important, RELEASETAG ain't even mandatory
...
at all (so protect it with .if defined).
1997-03-15 20:35:06 +00:00
joerg
e57e7ec6e4
Properly export RELEASETAG and NO_PORTS (if set) into the chrooted
...
make process via /mk.
2.2 candidate but i'll defer this for an hour until my test buld
proved that it works. This should just fit Jordan's deadline. ;-)
1997-03-15 19:51:16 +00:00
joerg
4cbeeb4a53
Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)
1997-03-14 08:21:09 +00:00
joerg
30c15106d5
Do not spam our distributions accidentally with BOOTMFS files.
1997-03-12 18:09:15 +00:00
jkh
8e5dde9fd0
NO_PORTS changes...
1997-03-12 02:42:55 +00:00
jkh
81a258ae15
Bring in split-CDROM changes from 2.2
1997-03-12 02:31:12 +00:00
joerg
7b48d0d7a4
Drop a copy of cdrom.inf in the ftp area as well, so people who wanna
...
cut the FTP distribution onto their own CD-R won't bite the bullet.
Jordan, it seems -current misses the disc1/disc2 split still.
1997-03-11 20:03:42 +00:00
joerg
eb6e762489
YAMF22 (rev 1.246.2.29: bootstrapping aid)
1997-03-11 13:55:46 +00:00
jkh
b52bec53e1
Add support for ports collection distribution.
1997-03-11 00:07:11 +00:00
joerg
34f6708281
Reincarnate one occurance of RELEASEDIR, since the build depends on
...
it inside some Makefiles. (Duh-oh, i've once included these references
there myself! :)
Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by
my yesterday's build.
1997-03-06 07:51:40 +00:00
joerg
11758f633b
. Remove the ${RELEASEDIR} variable, it turned out to be a constant
...
anyway.
. Add /usr/share/misc/scsi_modes to the fixit floppy, and set the
appropriate env variable.
. Cleanup the (commented out) tags in the entry section a little, to
be more up-to-date.
1997-03-02 11:59:26 +00:00
joerg
92ad872fc3
Do a `make >> ${CHROOTDIR}/mk' for etc when bootstrapping, too.
...
Othrwise, our chroot tree ends up with the /etc from the bootstrapping
environment, as opposed to the target environment.
1997-02-23 15:51:47 +00:00
peter
83b3c2c161
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
jkh
b12cb65847
1. Sync ABOUT.TXT changes.
...
2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks
were just too non-functional for other things.
1997-02-05 04:29:53 +00:00