mount /dev/pts, zo we've got PTYs (for screen)
svn path=/nixu/trunk/; revision=3661
This commit is contained in:
parent
b1b5fdd7cd
commit
fe90fce5d1
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue