From d9e098119686aedebcbfe7d028afc6dd22b08103 Mon Sep 17 00:00:00 2001 From: kueller Date: Wed, 27 Jan 2010 10:24:48 +0000 Subject: [PATCH] =?UTF-8?q?/dev/console=20und=20/dev/null=20werden=20angel?= =?UTF-8?q?egt:=20werden=20in=20neuer=20Version=20von=20den=20init=20Scrip?= =?UTF-8?q?ten=20zur=20ausgabe=20beim=20booten=20ben=C3=B6tigt..und=20zwar?= =?UTF-8?q?=20bevor=20udev=20diese=20angelegt=20hat.=20/media/=20wird=20an?= =?UTF-8?q?gelegt=20->=20hier=20will=20hal=20hotplug=20ger=C3=A4te=20einh?= =?UTF-8?q?=C3=A4ngen..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorInstall@5236 504e572c-2e33-0410-9681-be2bf7408885 --- .function | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.function b/.function index c605761..a55395a 100755 --- a/.function +++ b/.function @@ -372,6 +372,9 @@ install_cluster() { echo "rm -r /tmp/afterinstall" >>$INSTALLROOT/root/.bash_profile echo "fi" >>$INSTALLROOT/root/.bash_profile echo "exit" >>$INSTALLROOT/root/.bash_profile + mknod $INSTALLROOT/dev/console c 5 1 + mknod $INSTALLROOT/dev/null c 1 3 + mkdir $INSTALLROOT/media mount -o bind /dev $INSTALLROOT/dev mount -t proc none $INSTALLROOT/proc chroot $INSTALLROOT /usr/bin/env -i HOME=/root TERM=$TERM /bin/bash --login