pb
a5251563a0
Make the following changes to PicoBSD kernel configurations:
...
- to account for recent changes in MFS:
add pseudo-device md
replace MFS_ROOT with MD_ROOT
- replace deprecated "disk" with "device"
1999-11-28 21:33:44 +00:00
roger
12f5be6150
Update PicoBSD so it does not need to patch the passwd Makefile.
1999-10-30 09:19:30 +00:00
dwhite
6ee2209df1
Change MFS sizes to 2400k since gzip will compact free space anyway.
...
Add 'install' to the internal floppy type list.
1999-10-20 04:48:35 +00:00
dwhite
12aedb126c
Reverse the sense of the /mnt/boot/defaults dir check. This was causing
...
the bootloader to not load the loader.conf and thus the MFS image. The result
was 'panic: no init'.
1999-10-17 22:42:57 +00:00
dwhite
ad345ff4e4
Fix handling of the 'custom' directory symlink.
...
Properly abstract the PicoBSD build directory instead of depending too much
on pwd's and relative paths.
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-10-11 20:52:50 +00:00
dwhite
aafa907b0c
Be explicit about kzip location to avoid accidentally calling KDE kzip.
1999-10-11 05:13:52 +00:00
dwhite
6f53851bb1
Add documentation for the PicoBSD install floppy.
1999-10-08 05:20:06 +00:00
dwhite
7bbfacece4
Add a new floppy type, install. This type builds a disk that can
...
slice, partition, newfs, and install FreeBSD from a tarball on a remote server.
Handy for doing mass-installs for server farms.
Documentation following shortly.
1999-10-08 04:00:21 +00:00
dwhite
84de4ae03c
Remove tee from stage1 call. You can't capture the return code from stage1
...
(easily) so it gives false 'success' indications.
1999-08-29 19:16:29 +00:00
dwhite
c0fcda6e0b
MFS: Dialog-ify 'reuse custom directory' question.
1999-08-29 19:11:11 +00:00
roger
4551595b84
Backout my last commit. Exit status is $?
1999-08-28 08:04:15 +00:00
roger
197433c381
Add file which was missed in last commits due to CVS problems
1999-08-28 06:24:16 +00:00
roger
a5e1f71238
Add file which was missing from previous commits
1999-08-28 06:22:07 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
roger
74c7494ba1
'build' calls 'stage1'
...
The check for the exit status of the 'stage1' script was broken.
Change "X$?" != "X0" to "X?" != "X0"
1999-08-27 07:41:25 +00:00
roger
2e56906b46
Sync with -stable version
1999-08-26 18:36:36 +00:00
roger
77d8ff89a2
Comment out references to ssh to allow builds to complete.
1999-08-26 17:58:58 +00:00
roger
7f8de05700
Update so it applies cleanly
1999-08-26 15:17:24 +00:00
roger
48980afdc0
Update patch so it applies cleanly
1999-08-26 15:13:00 +00:00
roger
74f029a93f
Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE
...
Suggested by: Alan Cox
1999-08-26 11:11:48 +00:00
dwhite
e0240141ee
Add missing quote.
1999-08-25 01:12:55 +00:00
dwhite
ad67ebdb8c
Fix patch so it applies without asking for a filename.
1999-08-24 23:28:26 +00:00
dwhite
f92baad414
Add 'options MFS_ROOT' back in to kernel configs -- not going to get far
...
without that!
1999-08-23 18:49:52 +00:00
luigi
41ff5573af
Add missing files from previous commits.
1999-08-23 11:04:23 +00:00
luigi
4dc9c6202d
Add missing file from previous commit
1999-08-23 11:02:08 +00:00
luigi
5ac09b3628
Remove some files probably forgotten from previous commit.
1999-08-23 10:23:32 +00:00
luigi
f4e491e93d
Add missing files probably forgotten in previous commit
1999-08-23 10:19:15 +00:00
luigi
3486685dfa
Add missing files probably forgotten in previous commit
1999-08-23 10:13:06 +00:00
luigi
1a7c6b5ed0
Add missing file probably forgotten from previous commit
1999-08-23 10:05:20 +00:00
luigi
e2e7549f11
More cleanup: move device entries in Picobsd makefiles in a more
...
accessible place.
1999-08-23 08:52:05 +00:00
luigi
56742da8c9
Additional cleanup of the picobsd scripts.
...
Also bump Version to 0.445
1999-08-23 08:33:08 +00:00
dwhite
9cda01decb
Major PicoBSD update by luigi with some debugging help from myself.
...
. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel
THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.
Submitted by: luigi
1999-08-22 21:45:24 +00:00
luigi
fad170345a
Enable printing of bridging statistics.
1999-08-17 03:30:34 +00:00
luigi
cf902ddda0
Fix a problem in printing interface names.
1999-08-12 05:40:07 +00:00
green
9e9718fcd7
DEFAULT_PAGE_SIZE was removed, pgtok defined in headers, headers cleaned up.
...
Obtained from: Jonathan Towne <jontow@sysctl.urban-a.net>
1999-07-08 06:22:04 +00:00
des
3c4a5a075d
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
roger
6ea3db6934
MFS: No longer needed with PicoBSD 0.44
1999-06-15 12:51:57 +00:00
roger
56ced8ddfc
MFS: No longer needed in PicoBSD 0.44
1999-06-15 12:40:32 +00:00
roger
d66dc63b38
MFS: No longer needed in PicoBSD 0.44
1999-06-15 11:45:25 +00:00
roger
a5ee39b837
MFS: No longer needed in PicoBSD 0.44
1999-06-15 11:40:13 +00:00
roger
8ca92b9b95
Last commit was incorrect. Remove the 'rp' PCI device
1999-06-14 18:16:51 +00:00
roger
746dbf8125
Comment out the PCI Comtrol Rocketport entries.
...
The PicoBSD 'isp' build fails when both the PCI and ISA versions of the
'rp' driver are included at the same time
1999-06-14 18:08:17 +00:00
roger
935b9e8f36
Update to PicoBSD 0.44 from RELENG_3
1999-06-14 16:48:23 +00:00
roger
1d10595f4f
Update to PicoBSD 0.44 (from RELENG_3)
1999-06-14 16:36:50 +00:00
roger
8aaed59fdd
Update to PicoBSD 0.44 from RELENG_3
1999-06-14 15:45:56 +00:00
roger
896f01d1d7
Update to PicoBSD 0.44 from RELENG_
1999-06-14 15:45:41 +00:00
roger
c32c865045
Update PicoBSD kernel config files. Changes are
...
removal of bio, tty, net
removal of quotes
switches from isa? to nexus? or atkbdc?
additional comments
These bring the kernel config files in sync with those in
RELENG_3
1999-05-24 17:27:30 +00:00
abial
a56a225db6
Deal with MAKEDEV's braindedness.
...
Submitted by: Patrick Powell <papowell@astart4.astart.com>
Reviewed by: abial
1999-05-05 08:37:46 +00:00
abial
44741b5aa7
Simple_HTTPd on steroids - major rework of the original program, by
...
William Lloyd. New features include:
* many additional command line options
* "fetch" mode
* less bugs :-)
* better README.
Submitted by: William Lloyd <wlloyd@lap.net>
Reviewed by: abial
1999-05-05 07:22:34 +00:00
hoek
a4398bb850
Change references from "passwordperiod" to "passwordtime", since
...
"passwordtime" is what passwd(1) has actually been using. I suspect
passwordperiod was the original intent. I can't figure-out which,
if either, BSDi uses. If anyone knows...
1999-04-30 18:19:46 +00:00