diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:45:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:45:04 +0000 |
commit | d83f5786ed940c67fb7d66cc4945a1b84f6279af (patch) | |
tree | 7eb4382f0b4f8a5b9b50615f865e3fffb407de80 /distrib/ramdisk | |
parent | 12ce374fe89e95dea19bb150c4921a44f38e2b67 (diff) |
argh. stop using kernfs, using dmesg using sysctl. encode ARCH into
install.md at build time. remove some crud. and the icing on the cake:
skip testing all this until next week
Diffstat (limited to 'distrib/ramdisk')
-rw-r--r-- | distrib/ramdisk/list | 4 | ||||
-rw-r--r-- | distrib/ramdisk/mtree.conf | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 23ee075de6d..35dbc074fc6 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.11 2000/06/12 16:02:50 deraadt Exp $ +# $OpenBSD: list,v 1.12 2001/06/23 19:44:55 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -26,6 +26,7 @@ LINK instbin bin/ksh bin/sh LINK instbin bin/stty LINK instbin bin/sleep LINK instbin bin/sync +LINK instbin sbin/dmesg LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/reboot sbin/halt LINK instbin sbin/ifconfig @@ -44,7 +45,6 @@ LINK instbin sbin/umount SYMLINK ../../instbin usr/bin/ftp SYMLINK ../../instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat SYMLINK ../../instbin usr/bin/sed -#SYMLINK ../../instbin usr/bin/build usr/bin/vi ARGVLINK ksh -sh diff --git a/distrib/ramdisk/mtree.conf b/distrib/ramdisk/mtree.conf index db22942c3ba..f17d2174456 100644 --- a/distrib/ramdisk/mtree.conf +++ b/distrib/ramdisk/mtree.conf @@ -1,4 +1,4 @@ -# $OpenBSD: mtree.conf,v 1.3 1998/09/21 23:23:00 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.4 2001/06/23 19:44:55 deraadt Exp $ # $NetBSD: mtree.conf,v 1.1.4.2 1996/07/15 06:29:38 leo Exp $ /set type=dir uname=root gname=wheel mode=0755 @@ -20,11 +20,6 @@ etc # ./etc .. -# ./kern -kern -# ./kern -.. - # ./mnt mnt # ./mnt |