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
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
roger
77d8ff89a2
Comment out references to ssh to allow builds to complete.
1999-08-26 17:58:58 +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
3486685dfa
Add missing files probably forgotten in previous commit
1999-08-23 10:13:06 +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
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
roger
935b9e8f36
Update to PicoBSD 0.44 from RELENG_3
1999-06-14 16:48:23 +00:00
roger
8aaed59fdd
Update to PicoBSD 0.44 from RELENG_3
1999-06-14 15:45:56 +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
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
abial
35ae892d35
Merge from RELENG_3.
1999-02-12 20:36:13 +00:00
abial
1f5891c734
Emulate getpass behaviour when asking for user's password.
...
Add ability to use PAP/CHAP authentication in auto-generated ppp.conf.
Let users edit ppp arguments before the first run.
1999-01-19 23:09:15 +00:00
abial
2c5cd6fab1
Add stty to emulate getpass in dialup script.
1999-01-19 23:07:17 +00:00
abial
4eb6950f3a
Fix copy & paste error.
...
Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
1999-01-18 10:17:38 +00:00
abial
42bcfe7514
Add natd entry.
1999-01-14 23:23:02 +00:00
abial
aa1665b788
Fix to match new syntax for kget.
1999-01-14 23:19:47 +00:00
abial
27c51a7087
Change to the new syscons devices.
1999-01-14 23:15:39 +00:00
asami
7df90d6ad0
Oops, I missed a few more /etc/nologin references yesterday. It appears
...
my check of the tree was incomplete. Sorry guys.
Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-12 14:09:23 +00:00
abial
14b76b736b
Update ssh version number. It's only informational, anyway.
...
Submitted by: jkh
1998-11-15 23:30:26 +00:00
abial
d0ac456c88
Change USERCONFIG_BOOT -> INTRO_USERCONFIG
1998-11-14 20:10:23 +00:00
abial
c5e67afa1a
Changed my e-mail address.
1998-11-01 20:19:43 +00:00
abial
e119303921
Add missing psm0 dev entry.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-10-28 16:26:29 +00:00
abial
0230a7360f
Remove redundant files (they are recreated during building from templates
...
in ../../lang/).
1998-10-25 15:48:18 +00:00
abial
5b8edb0e0a
Add msg.
1998-10-25 15:17:24 +00:00
abial
de930d42fa
Changes to comply with new syntax.
...
Noticed by: bde, the Hawk Eye :-)
1998-10-25 15:16:58 +00:00
abial
e8799dedf6
Various fixups and corrections to match the 3.0-RELEASE tree.
...
The PicoBSD version is now 0.42.
1998-10-15 21:40:07 +00:00
abial
4542630b2c
Make proper use of ${suffix} instead of hardwired suffixes.
...
Pointed out by: Randal Masutani <randal@comtest.com>
1998-09-29 12:12:47 +00:00
abial
4b94d1ed41
Small rearrangements for a bugfix release 0.41.
1998-09-26 17:27:26 +00:00
abial
cefa864934
Add some more disk device nodes.
1998-09-22 15:41:05 +00:00
abial
2b305dce94
Use system-wide MAKEDEV, instead of our own copy.
...
Suggested by: Ockham's razor
1998-09-20 00:52:34 +00:00
abial
205e0d1f5a
Hmm... Let's make the switch to non-DEVFS actually work. :-/
1998-09-20 00:46:27 +00:00
abial
610fc53b70
Kill the remnants of DEVFS, since it's broken without the SLICE code...
...
Pity - it was _very_ handy.
This also required increasing of MFS size, so that PicoBSD consumes more
memory now...
1998-09-19 21:45:18 +00:00
abial
06f84d5212
Change the way the help files are stored, and save ca. 30kB on the
...
"dial" floppy.
Submitted by: Eric P. Scott <eps@sirius.com>
1998-09-07 19:00:34 +00:00
abial
367654ad64
Added Makefile to have true dependency of kernel image on the kernel
...
config file.
1998-09-03 10:41:36 +00:00
abial
8c7dba5d2d
init.ee was being copied to wrong place.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:39:01 +00:00
abial
42bb5c8507
Add HOME variable to environment.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:43 +00:00
abial
77133e55b5
Remove some mysterious passwords (they are not used here anyway).
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:24 +00:00
abial
c64a002e99
Add link gzip -> gzcat
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:39 +00:00
abial
3aa82f9488
We no longer need /proc dir, but we need /root...
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 12:32:30 +00:00
abial
d38ad53320
Initial import of PicoBSD v0.4 tree.
1998-08-27 17:38:45 +00:00