patch-2.4.0-test12 linux/Documentation/filesystems/devfs/README
Next file: linux/Documentation/filesystems/proc.txt
Previous file: linux/Documentation/cachetlb.txt
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Nov 29 10:11:38 2000
- Orig file:
v2.4.0-test11/linux/Documentation/filesystems/devfs/README
- Orig date:
Wed Jul 5 21:36:49 2000
diff -u --recursive --new-file v2.4.0-test11/linux/Documentation/filesystems/devfs/README linux/Documentation/filesystems/devfs/README
@@ -529,7 +529,7 @@
If you want to construct a minimal chroot() gaol, the following
command should suffice:
-mount -t bind /dev/null /gaol/dev/null
+mount --bind /dev/null /gaol/dev/null
Repeat for other device nodes you want to expose. Simple!
@@ -739,7 +739,7 @@
add the following lines near the very beginning of your boot
scripts:
-mount -t bind /dev /dev-state
+mount --bind /dev /dev-state
mount -t devfs none /dev
devfsd /dev
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)