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