[Pkg-uml-commit] r148 - trunk/src/rootstrap/modules
Mattia Dongili
malattia at costa.debian.org
Sun Aug 20 16:14:36 UTC 2006
Author: malattia
Date: 2006-08-20 16:14:36 +0000 (Sun, 20 Aug 2006)
New Revision: 148
Modified:
trunk/src/rootstrap/modules/mount
trunk/src/rootstrap/modules/uml
Log:
group mounting /proc in the global mount script (TARGET filesystems mounted in the mount module, unmounted in umount)
Modified: trunk/src/rootstrap/modules/mount
===================================================================
--- trunk/src/rootstrap/modules/mount 2006-08-20 16:12:00 UTC (rev 147)
+++ trunk/src/rootstrap/modules/mount 2006-08-20 16:14:36 UTC (rev 148)
@@ -1,3 +1,4 @@
#!/bin/sh -e
mount -n -t $fstype /dev/ubd1 $TARGET
+mount -t proc proc $TARGET/proc
Modified: trunk/src/rootstrap/modules/uml
===================================================================
--- trunk/src/rootstrap/modules/uml 2006-08-20 16:12:00 UTC (rev 147)
+++ trunk/src/rootstrap/modules/uml 2006-08-20 16:14:36 UTC (rev 148)
@@ -1,7 +1,6 @@
#!/bin/sh -e
# create device nodes.
-mount -t proc proc $TARGET/proc
for i in 1 2 3 4 5 6 7 8; do
NEW_TTY="$NEW_TTY tty$i"
done
More information about the Pkg-uml-commit
mailing list