| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
properly with 802.11 configuration now.
Noted by: jhb
|
|
|
|
|
| |
of ifconfig.
PR: misc/21886
|
|
|
|
| |
Approved by: murray
|
|
|
|
|
|
| |
- Don't remove MATH_EMULATE and MSDOS from a 'SMALL' floppy.
- Use the pattern '<tab><device name><tab>' instead of '<device name>' to
avoid an unexpected matching.
|
|
|
|
|
|
|
| |
megabytes of additional space on the install CD. Given our premium
for space, I don't think this is a wise use of 30MB. HFS support was
not provided on the FreeBSD 4.4 CDs and I received a grand total of 0
complaints.
|
|
|
|
|
|
|
|
| |
This change should/could be merged into other arch's release build
areas (PC98, Alpha), but since i cannot test a "make release" there, i
won't do this myself.
MFC after: 1 week
|
|
|
|
|
|
| |
Suggested by: silby
Reviewed by: dillon
MFC after: 5 days
|
|
|
|
|
|
|
|
|
| |
1) Use devfs to mount filesystems. If mounting devfs is fail,
fallback to old code.
2) When fscking filesystems, use 'fsck_ffs' explicitly. As a
result, we no longer need 'fsck' the wrapper program.
Reviewed by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
| |
Actually src/release/i386/boot_crunch.conf rev 1.45 does this change,
but unfortunately there is no src/sbin/fsck_4.2bsd directory, but
src/sbin/fsck_ffs.
This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to
'fsck_4.2bsd' and 'fsck_ufs'. Note that 4-stable's fsck(8) have an
ability of fsck_ffs also, there is no need to MFC at least now.
Tested only for: i386 (but I believe this doesn't break for other archs)
|
|
|
|
|
| |
use it. Instead, remove NFSSERVER. This was already done on i386, but
the alpha still needed the fix.
|
|
|
|
|
|
| |
-lncurses so the fixit crunch binary links.
Tested on: alpha
|
| |
|
|
|
|
|
|
| |
Remove the `txp' `sf' `ste' network drivers instead.
Approved by: jkh
|
|
|
|
| |
kernel in an attempt to get release builds working again.
|
| |
|
|
|
|
| |
Submitted by: dirk
|
|
|
|
|
|
|
|
|
| |
+ uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger
of the two
+ checks for `setcdboot's existsance and tries to pkg_add it if needed
+ removes English contraction
Approved by: jkh
|
| |
|
|
|
|
|
|
|
| |
as part of the release if MAKE_ISOS is set. Will also build the
first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS
points to them. This probably need a bit more work to get fully useful,
but it at least covers the basics for now.
|
| |
|
|
|
|
|
|
|
| |
only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
ifconfig(8).
|
| |
|
|
|
|
|
|
| |
by default while SMPng is still being developed.
Submitted by: jhb
|
|
|
|
| |
[sub]string "ncr" in it) to the Alpha also.
|
|
|
|
|
|
| |
driver too because it had "ncr" in its comment.
Submitted by: joerg
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the snaps going again.
|
|
|
|
| |
Record libtelnet.a death.
|
| |
|
| |
|
| |
|
|
|
|
| |
actually fsck (and upgrade) a box from boot media again.
|
|
|
|
| |
from /usr/src/release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00
Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le'
based Alphas are diked out now too), POSIX P1003_1B real-time extentions,
and last but not least "NOBLOCKRANDOM" since the random device is removed.
This lets us fit [barely!]:
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted
/dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt
*** Filesystem is 1440 K, 21 left
*** 80000 bytes/inode, 24 left
Created /R/stage/floppies/kern.flp
|
|
|
|
|
|
| |
Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed.
`pmtimer' also removed from the Alpha kernel incase it ever winds up there.
(could it ever?)
|
|
|
|
| |
able to play a little Joe Satriani during installs :-)
|
|
|
|
|
|
| |
ugen, uhid, ulpt from small as well.
Suggested by: obrien
|
|
|
|
|
| |
unit numbers in GENERIC any more. So `apm' was acutally being compiled
in.
|
|
|
|
|
|
|
|
|
|
| |
SCSI card (should it ever find its way into GENERIC); LPT (we don't need
to print during install time); the parallel 'geek' port; generic USB
driver (thus some attached USB devices will not be detected and thus the
user may wonder what is going on, we couldn't do anything with the device
if only ugen attached to it anyway and we are getting very, very low on
available space; USB "Human Interface Devices" as we don't do anything
with them during installation; and USB printers (same argument as LPT).
|
| |
|
|
|
|
| |
Diamond Rio 500 MP3 player during an installation.
|
| |
|
| |
|
|
|
|
| |
needed.
|
| |
|
|
|
|
| |
- Rename BIGBOOT to FDSIZE for the floppy image size.
|