| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
A mfsroot floppy for pc98 is only 1.2MB.
|
| |
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
|
|
| |
Suggested by: silby
Reviewed by: dillon
MFC after: 5 days
|
|
|
|
|
|
|
| |
which should be done with src/release/i386/boot_crunch.conf rev 1.51
and src/usr.sbin/sysinstall/install.c rev 1.311.
Spotted by: nyan (via ReichaNet)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Add special entry for the fdisk command.
|
|
|
|
|
|
| |
Remove the `txp' `sf' `ste' network drivers instead.
Approved by: jkh
|
|
|
|
| |
kernel in an attempt to get release builds working again.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
As was done to i386/boot_crunch.conf:
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
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.
|
|
|
|
|
|
| |
installation of random sensative packages.
* Remove the `ncr' driver in the Alpha case -- the `sym' driver works with
every known Alpha.
|
| |
|
|
|
|
|
|
|
|
| |
over flowing its britches. So remove all ppbus bits except those for PLIP
(untested), and all USB bits as SRM does not know what USB is. Also remove
/dev/random as I don't think we need it just for whacking bits onto a disk.
Approved by: JKH
|
|
|
|
|
|
|
|
|
|
|
| |
IPv6 configuration is only done by rtsol. Does someone really
need manual configuration? :-)
You can specify IPv6 DNS server as well.
We have only one server ftp7.jp.freebsd.org that speaks IPv6
in this time. ftp7.jp speaks IPv4 as well and also listed as
Japan #7.
Approved by: jkh
|
|
|
|
|
|
|
|
| |
src/release/{boot,fixit}_crunch.conf.
- Added machine specific fixit_crunch.conf for PC/AT and PC-98 to
src/release/$MACHINE.
- Use config file in src/release/$MACHINE if exist. If it does not exist,
use in src/release.
|