diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-21 23:23:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-21 23:23:01 +0000 |
commit | 368cc025b7a8f5e8f3c775a87ca86e3cc23f2f80 (patch) | |
tree | 8f39ae54b1849adf69d87681ee90aa0b2564e669 /distrib/alpha/ramdisk/list | |
parent | c8d3992ee68af76a08448a0c72be9e4e47344ef0 (diff) |
alpha ramdisk has dhcp support now too
Diffstat (limited to 'distrib/alpha/ramdisk/list')
-rw-r--r-- | distrib/alpha/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/list b/distrib/alpha/ramdisk/list index 2c3047de177..2843fa2c357 100644 --- a/distrib/alpha/ramdisk/list +++ b/distrib/alpha/ramdisk/list @@ -1,9 +1,9 @@ -# $OpenBSD: list,v 1.6 1998/04/28 16:28:01 millert Exp $ +# $OpenBSD: list,v 1.7 1998/09/21 23:22:57 deraadt Exp $ # we strip comments from files since we need the space... # the disktab explanation file -SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/disktab.preinstall > etc/disktab.preinstall +#SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/disktab.preinstall > etc/disktab.preinstall # and the installation tools SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.profile > .profile |