diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-11 03:49:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-11 03:49:38 +0000 |
commit | d0449284a5d9ab063aac52134b6972df7e393109 (patch) | |
tree | 7c0e3f6bc69e53c3add75fac1d7873ce66fcb8c8 /distrib/hp300/ramdisk/list | |
parent | b09db8c65d1fbf575991a315406ccd6444d1de57 (diff) |
The upgrade script depends upon that, if mount_foo is present on the ramdisk
filesystem, option FOO is in the kernel.
Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades
on some architectures.
ok krw@ millert@
Diffstat (limited to 'distrib/hp300/ramdisk/list')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 4ecc1cd5557..568a32cf34c 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.36 2003/03/15 00:23:34 miod Exp $ +# $OpenBSD: list,v 1.37 2003/06/11 03:49:36 miod Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -32,7 +32,7 @@ LINK instbin sbin/mount LINK instbin sbin/mount_cd9660 LINK instbin sbin/mount_ffs LINK instbin sbin/mount_nfs -LINK instbin sbin/newfs sbin/mount_mfs +LINK instbin sbin/newfs LINK instbin sbin/reboot sbin/halt LINK instbin sbin/route LINK instbin sbin/umount |