Commit Graph

4455 Commits

Author SHA1 Message Date
marcel
6e27486693 Check the FSLABEL argument and invoke the generic doFS.sh script
if it's not defined as efi. This makes sure we create a proper
MFS root filesystem and still allow the boot disk to be EFI
based.

At this time EFI auto boot works and we're properly loading the
MFS root file system. Time to create drivers.conf and get this
show on the road!
2002-11-06 03:36:57 +00:00
marcel
d26523166a o Introduce variable DOFS_SH to hold the path of the doFS.sh.
o  ia64: Set DOFS_SH to point to an alternate version.
o  ia64: Lower BIGBOOTSIZE from 120M (LS-120) to ~5M.
o  ia64: Set BIGBOOTLABEL to efi so that we can check for it
   in the alternate doFS.sh script. If the label is not efi, we
   can invoke the generic doFS.sh.
2002-11-05 18:06:01 +00:00
ru
1c16c4fa96 Fixes to unbreak Alpha releases:
Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf.

Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpose.

Removed the now no-op commands to copy ${RD}/trees/base/dev bits to
${RD}/mfsfd/dev, now that DEVFS is the default.

Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTMFS
kernel.

Moved miibus network module to the drivers floppy.

isp(4) and mpt(4) now have corresponding modules, move them to the third
floppy as well.

Caution!  With these changes, mfsroot.flp has only 11K left, and
kern.flp has even less -- 5K.
2002-11-05 14:44:46 +00:00
nyan
3f2308e3f6 Make a small (1.2M) fixit floppy image for pc98. 2002-11-05 13:54:58 +00:00
ru
762ce31345 Use ${TARGET_ARCH} for ia64 tests. 2002-11-05 09:30:38 +00:00
marcel
45cc95f130 Create a special version for ia64. For auto-boot to work, we need
the loader in an EFI partition. This automaticly means we need the
kernel there as well.
In order to avoid having to worry about a geometry as much as
possible, we partition the disk with GPT.
With this, auto-boot works, but we have a problem mounting the
MFS.
2002-11-05 06:12:52 +00:00
jhb
a47cf32c4f Move the modules in the mfsroot to /modules instead of /stand/modules so
that they aren't copied over into /stand of new installations.

Submitted by:	matusita
Tested on:	i386
2002-11-04 15:44:57 +00:00
nyan
3d3ff2719f Use ${RD}/trees/base/boot/loader for kern.flp instead of /boot/loader. 2002-11-04 12:26:44 +00:00
nyan
9b62f11c0a Added install documentation for pc98. 2002-11-04 08:45:31 +00:00
marcel
28918016b4 Add the necessary tweaks for FreeBSD/ia64 releases. Note that this is
in no way final. A typical ia64 wart is that there are no boot blocks.
Instead, we need to create disks with EFI partitions if we want auto
boot to work. All this functionality is not present yet.
2002-11-04 00:50:01 +00:00
ceri
9471f2af70 Improve some questionable grammar. 2002-11-03 22:06:48 +00:00
ue
b68f977410 early-adopter/article.sgml: translation fixes
relnotes/common/new.sgml:   1.446 -> 1.448
2002-11-03 12:32:43 +00:00
marcel
2d37fc4d40 Shamelessly copy the files over from the sparc64 port. Since there
was no history to speak of, a repocopy would not have bought us
anything. Versions copied:
	../sparc64/boot_crunch.conf,v 1.3 2002/11/01 15:29:35 jhb
	../sparc64/dokern.sh,v 1.1 2002/10/13 18:36:06 jake
	../sparc64/mkisoimages.sh,v 1.1 2002/10/13 18:36:06 jake

obtained from: jake, jhb
chapeau: jkh (mkisoimages.sh)
2002-11-02 20:31:54 +00:00
gioria
0dfee3b4fc Fix typo manpage for ktrdump
PR: docs/44825
Submitted by: Mark Linimon <linimon@lonesome.com>
2002-11-02 14:59:06 +00:00
gioria
0835e9a736 Fix typo
PR:   docs/44824
Submitted by: Mark Linimon <linimon@lonesome.com>
2002-11-02 14:52:23 +00:00
gioria
46893e92fe Welcom to installation and early-adopter directory 2002-11-02 14:16:09 +00:00
gioria
835e4d1199 First French version of early-adopter 2002-11-02 14:15:25 +00:00
ue
ad676f7460 MFbed:
hardware/common/dev.sgml:	1.111 -> 1.112
readme/article.sgml:		1.17  -> 1.18
relnotes/common/new.sgml:	1.439 -> 1.446
2002-11-02 11:20:26 +00:00
nyan
216b0a87b6 Don't move the NFSCLIENT support into mfsroot-small.flp. 2002-11-02 06:24:29 +00:00
jwd
2186629d23 Add CVSARGS for cvs arguments (vs. cvs subcommand arguments).
Allow the cvs command to be prefixed by using CVSPREFIX.
2002-11-02 06:00:06 +00:00
ue
4dbdc956c2 German version of the early adopter's guide 2002-11-02 03:07:46 +00:00
ue
d3f9b77bda Fix an obvious typo 2002-11-02 01:52:37 +00:00
jhb
b9e794252a - Copy the mfsroot.gz file to /R/stage/mfsroot/ so that the CD-ROM layout
can fetch it from there instead of looking in the boot floppy's
  directory.
- Add a NO_FLOPPIES variable that disables building of any boot floppies.

Tested on:	alpha
2002-11-01 20:53:50 +00:00
gioria
78a117472a MFen 1.112 2002-11-01 20:14:35 +00:00
gioria
ceec822862 Finishing the translation of this file 2002-11-01 20:12:25 +00:00
jhb
b7e16f3529 Revert previous untested commit. I installed an ultra60 this morning
using sysinstall from a release built via 'make release'.
2002-11-01 15:29:35 +00:00
ru
941d59ead3 sparc64 does not yet support sysinstall(8). 2002-11-01 08:14:30 +00:00
bmah
c8c942c587 Modified release notes: Note that check_utility_compat(3) is designed
for FreeBSD base system programs, rewrite expr(1) entry and note its
use of check_utility_compat(3), mention autogeneration of
nsswitch.conf and hosts.conf.

Mostly submitted by:	wollman

(But any mistakes are solely mine.)
2002-10-31 23:04:28 +00:00
jhb
a5335c92c7 Comment out 'mpt' for the time being. This driver doesn't have a module
either.
2002-10-31 19:02:07 +00:00
jhb
8e3124ba7d There is no 'isp' module to move off to the 3rd floppy, so comment out the
entry for now.
2002-10-31 14:38:21 +00:00
nyan
01367ca625 Disable COMPAT_FREEBSD4. 2002-10-31 04:51:05 +00:00
bmah
50b4c8318b New release notes: check_utility_compat(3), uuid(3).
Modified release notes:  Add atapicam(4) manpage cross-reference, NTP
4.1.1a, tzdata2002d.
2002-10-30 18:38:04 +00:00
murray
caab8ed778 Oops. scr2txt is in the textproc category.
Pointed out by: jhay
MFC After:	1 day
2002-10-30 09:20:50 +00:00
murray
a485ea1890 Add scr2txt to the required list of doc ports for "make release". I
think this list of the bare minimal ports required should maybe be
moved to textproc/docproj/Makefile, so that when we add a new
dependency there, we can just add it to a required or optional list,
rather than add it there and forget about it here. ;)

Noticed by:	jhay
Forgotten by:	nik
2002-10-29 15:13:28 +00:00
nyan
88d6ca0efa The agp device also exists on alpha and ia64.
Submitted by:	dfr
2002-10-29 14:53:57 +00:00
nyan
9737566e06 - Some sections are for not only i386 but pc98.
- The agp driver is for i386 only.
2002-10-29 12:51:48 +00:00
bmah
2b43d68012 Convert most instances of "FreeBSD" to &os;.
Suggested by:	ue
2002-10-29 00:59:36 +00:00
gioria
040119a454 End of translation of section 1.5 2002-10-28 21:46:50 +00:00
murray
b5d258cb68 Move SCSI drivers to third floppy disk (drivers.flp) to give "make
release" a chance of finishing on the Alpha platform.

The actual split between drivers on disks 2 and 3 should be optimized
so that most users don't need the third disk, but for now, I'm just
trying to get it working.
2002-10-28 08:34:48 +00:00
gioria
97693299ea Serial + Parallel + Ethernet + NFS section translation 2002-10-27 20:26:56 +00:00
gioria
c3c370c16a Translation of DOS and QIC/SCSI tape section 2002-10-27 10:11:27 +00:00
ue
5a7d726e13 MFbed:
hardware/alpha/proc-alpha.sgml: 1.44  -> 1.45
hardware/common/dev.sgml:	1.110 -> 1.111
relnotes/common/new.sgml:	1.437 -> 1.439
2002-10-27 09:58:43 +00:00
gioria
70ac846241 MFen 1.5 2002-10-27 08:47:38 +00:00
peter
1a051dea64 Add NO_COMPAT_FREEBSD4.
Submitted by:	Sergey Mokryshev <mokr@mokr.net>
2002-10-27 03:41:35 +00:00
bmah
0da8e2ee6e Modified release notes: Add a note to geom(4) entry about the demise
of compatability slices.
2002-10-26 17:27:35 +00:00
bmah
771abe87e2 Get rid of the boilerplate upgrading information in the release notes,
and point to the Early Adopter's Guide instead, at least for the next
release or two.
2002-10-26 17:13:01 +00:00
bmah
e5d68aabba Point to the Early Adopter's Guide from the README. 2002-10-26 17:00:39 +00:00
gioria
f1a2b7fcfe MFen 1.111 2002-10-26 12:36:38 +00:00
bmah
2881d3ce89 Hook the early adopter's guide into the release build. Its basename
is "EARLY", which is kind of an odd name, but I couldn't think of
anything better that fit the traditional 8.3 naming convention for
release documentation files.
2002-10-26 04:48:55 +00:00
bmah
d6616ee5d8 Sigh. Fix past-o in install directory. 2002-10-26 01:37:09 +00:00