change root homedir to /root instead of /home/root
svn path=/nixu/trunk/; revision=3659
This commit is contained in:
parent
f88a356cc6
commit
b1b5fdd7cd
@ -9,7 +9,7 @@ exec < $tty > $tty 2>&1
|
|||||||
echo
|
echo
|
||||||
echo "=== Welcome to Nix! ==="
|
echo "=== Welcome to Nix! ==="
|
||||||
|
|
||||||
export HOME=/home/root
|
export HOME=/root
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
exec @bash@/bin/sh
|
exec @bash@/bin/sh
|
||||||
|
@ -129,7 +129,6 @@ make_dir 00755 /dev
|
|||||||
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
|
||||||
make_dir 00755 /home/root
|
|
||||||
make_dir 00755 /lib
|
make_dir 00755 /lib
|
||||||
make_dir 00755 /lib/modules
|
make_dir 00755 /lib/modules
|
||||||
make_dir 00755 /mnt
|
make_dir 00755 /mnt
|
||||||
@ -145,6 +144,7 @@ make_dir 00755 /nix/var/log/nix
|
|||||||
make_dir 00755 /nixpkgs
|
make_dir 00755 /nixpkgs
|
||||||
make_dir 00755 /nixpkgs/trunk
|
make_dir 00755 /nixpkgs/trunk
|
||||||
make_dir 00755 /proc
|
make_dir 00755 /proc
|
||||||
|
make_dir 00750 /root
|
||||||
make_dir 00755 /sbin
|
make_dir 00755 /sbin
|
||||||
make_dir 00755 /sys
|
make_dir 00755 /sys
|
||||||
make_dir 01777 /tmp
|
make_dir 01777 /tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user