From 15e8466d61d2297cd819288c8891d67af6797f16 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Mon, 26 Feb 2007 18:32:02 +0000 Subject: 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 --- initramfs/distro-specs/gentoo/functions-default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 </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 <