diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-21 19:14:32 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-21 19:14:32 +0000 |
commit | ca7b358a91f128670af9c6f994ada287d9fd5261 (patch) | |
tree | edd9a855752f0e31a0fd9a6e1c50b3bf76695523 /release/pc98/fixit-small_crunch.conf | |
parent | a4d4bca1798ae1d42e129810bb3d202bd6417af8 (diff) | |
download | src-ca7b358a91f128670af9c6f994ada287d9fd5261.tar.gz src-ca7b358a91f128670af9c6f994ada287d9fd5261.zip |
Removed mount_devfs from progs since there is no "mount_devfs"
source directory (it's spelled mount_std nowadays), so it was
a no-op anyway, and DEVFS is now the default.
Notes
Notes:
svn path=/head/; revision=113815
Diffstat (limited to 'release/pc98/fixit-small_crunch.conf')
-rw-r--r-- | release/pc98/fixit-small_crunch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/pc98/fixit-small_crunch.conf b/release/pc98/fixit-small_crunch.conf index 240cc72ea028..9d04ce39e35a 100644 --- a/release/pc98/fixit-small_crunch.conf +++ b/release/pc98/fixit-small_crunch.conf @@ -8,7 +8,7 @@ progs ln ls mkdir mv rm rmdir sleep sync srcdirs /usr/src/sbin progs clri disklabel dmesg fdisk mknod -progs mount mount_cd9660 mount_msdosfs mount_devfs +progs mount mount_cd9660 mount_msdosfs progs reboot restore swapon umount ln restore rrestore |