/dev/console und /dev/null werden angelegt: werden in neuer Version von den init Scripten zur ausgabe beim booten benötigt..und zwar bevor udev diese angelegt hat.

/media/ wird angelegt -> hier will hal hotplug geräte einhängen..



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorInstall@5236 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-27 10:24:48 +00:00
parent 0a4e015641
commit d9e0981196

View File

@ -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