summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorMichael Janczyk2007-02-26 19:32:02 +0100
committerMichael Janczyk2007-02-26 19:32:02 +0100
commit15e8466d61d2297cd819288c8891d67af6797f16 (patch)
tree88873cea18ae04161f2267f74e781e780e0e5188 /initramfs
parentBugfix for init/hwautocfg (waitfor), minor cleanups ... (diff)
downloadcore-15e8466d61d2297cd819288c8891d67af6797f16.tar.gz
core-15e8466d61d2297cd819288c8891d67af6797f16.tar.xz
core-15e8466d61d2297cd819288c8891d67af6797f16.zip
gentoo-2006.1/functions-default updated: devpts has to be mounted after udev initialization\!
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@725 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/gentoo/functions-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/gentoo/functions-default b/initramfs/distro-specs/gentoo/functions-default
index 7c548648..5da5bd68 100644
--- a/initramfs/distro-specs/gentoo/functions-default
+++ b/initramfs/distro-specs/gentoo/functions-default
@@ -74,7 +74,6 @@ cat >>/mnt/etc/${D_INITDIR}/boot <<EOF
#"Mounting /proc, /sys and /dev/pts filesystems"
# file /etc/fstab in some scenarios not available
mount -t proc proc /proc &>/dev/null
- mount -t devpts -o mode=0620,gid=5 devpts /dev/pts
if [ -d /sys ] ; then
while read a b c ; do
case "\$b" in
@@ -127,6 +126,7 @@ cat >>/mnt/etc/${D_INITDIR}/boot <<EOF
}
# Starting udev (normally handled by /sbin/rc sysinit)
source "\${svclib}/addons/udev-start.sh"
+ mount -t devpts -o mode=0620,gid=5 devpts /dev/pts
rm -rf /dev/.rcsysinit
#/bin/bash
eend \${ret} "\${errstr}"