mount /dev/pts, zo we've got PTYs (for screen)

svn path=/nixu/trunk/; revision=3661
This commit is contained in:
Armijn Hemel 2005-08-22 14:23:01 +00:00
parent b1b5fdd7cd
commit fe90fce5d1
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,9 @@ mount -n -t proc none /proc
echo "mounting /sys..."
mount -n -t sysfs none /sys
echo "mounting /dev/pts..."
mount -n -t devpts none /dev/pts
#echo "checking /dev/root..."
#e2fsck -y /dev/root || test "$?" -le 1

View file

@ -126,6 +126,7 @@ echo creating file system hierarchy on target drive
make_dir 00755 /bin
make_dir 00755 /boot
make_dir 00755 /dev
make_dir 00755 /dev/pts
make_dir 00755 /etc # global non-constant configuration
make_dir 00755 /etc-secret
make_dir 00755 /home