Commit Graph

424 Commits

Author SHA1 Message Date
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