rc: use some uppercase variables (PATH, USER...)

This commit is contained in:
2017-10-22 13:22:37 +02:00
parent d6d65887b2
commit 9202b04504
26 changed files with 124 additions and 113 deletions

View File

@ -29,7 +29,7 @@ mount -a /boot /cmd
mount -a /srv/factotum /mnt
# standard bin
bind /arch/$cputype/cmd /cmd
bind /arch/$CPUTYPE/cmd /cmd
bind -a /arch/rc/cmd /cmd
# internal networks
@ -42,9 +42,9 @@ mount -a /srv/net /net
mount -b /srv/ssh /net
bind -c /usr/$user/tmp /tmp
cd /usr/$user
bind -c /usr/$USER/tmp /tmp
cd /usr/$USER
. /lib/namespace.local
. /lib/namespace.$sysname
. /cfg/$sysname/namespace
. /lib/namespace.$SYSNAME
. /cfg/$SYSNAME/namespace