mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
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
@ -12,6 +12,9 @@ mount -n -t proc none /proc
|
|||||||
echo "mounting /sys..."
|
echo "mounting /sys..."
|
||||||
mount -n -t sysfs none /sys
|
mount -n -t sysfs none /sys
|
||||||
|
|
||||||
|
echo "mounting /dev/pts..."
|
||||||
|
mount -n -t devpts none /dev/pts
|
||||||
|
|
||||||
#echo "checking /dev/root..."
|
#echo "checking /dev/root..."
|
||||||
#e2fsck -y /dev/root || test "$?" -le 1
|
#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 /bin
|
||||||
make_dir 00755 /boot
|
make_dir 00755 /boot
|
||||||
make_dir 00755 /dev
|
make_dir 00755 /dev
|
||||||
|
make_dir 00755 /dev/pts
|
||||||
make_dir 00755 /etc # global non-constant configuration
|
make_dir 00755 /etc # global non-constant configuration
|
||||||
make_dir 00755 /etc-secret
|
make_dir 00755 /etc-secret
|
||||||
make_dir 00755 /home
|
make_dir 00755 /home
|
||||||
|
Loading…
Reference in New Issue
Block a user