2011-03-30 16:35:09 +00:00
|
|
|
|
# root
|
|
|
|
|
mount -aC #s/boot /root $rootspec
|
|
|
|
|
bind -a $rootdir /
|
|
|
|
|
|
|
|
|
|
# kernel devices
|
|
|
|
|
bind #c /dev
|
|
|
|
|
bind #d /fd
|
|
|
|
|
bind -c #e /env
|
|
|
|
|
bind #p /proc
|
|
|
|
|
bind -c #s /srv
|
2011-08-15 23:49:37 +00:00
|
|
|
|
bind -q #σ /shr
|
2011-03-30 16:35:09 +00:00
|
|
|
|
bind -a #¤ /dev
|
2017-10-29 22:09:54 +00:00
|
|
|
|
bind -qa #¶ /dev
|
2011-05-10 09:14:30 +00:00
|
|
|
|
|
2011-11-30 18:03:20 +00:00
|
|
|
|
# authentication
|
2011-12-02 00:38:21 +00:00
|
|
|
|
mount -b /srv/factotum /mnt
|
2011-11-30 18:03:20 +00:00
|
|
|
|
|
2011-03-30 16:35:09 +00:00
|
|
|
|
# mount points
|
|
|
|
|
mount -a /srv/slashn /n
|
2011-12-02 05:05:23 +00:00
|
|
|
|
mount -a /srv/slashmnt /mnt
|
|
|
|
|
mount -a /srv/mntexport /mnt/exportfs
|
2011-03-30 16:35:09 +00:00
|
|
|
|
|
|
|
|
|
# standard bin
|
|
|
|
|
bind /$cputype/bin /bin
|
|
|
|
|
bind -a /rc/bin /bin
|
|
|
|
|
|
|
|
|
|
# internal networks
|
|
|
|
|
# mount -a /srv/ip /net
|
|
|
|
|
bind -a #l /net
|
|
|
|
|
bind -a #I /net
|
|
|
|
|
mount -a /srv/cs /net
|
|
|
|
|
mount -a /srv/dns /net
|
|
|
|
|
mount -a /srv/net /net
|
|
|
|
|
|
2016-02-14 00:42:32 +00:00
|
|
|
|
mount -C /srv/boot /n/other other
|
|
|
|
|
bind -c /n/other/usr/$user/tmp /usr/$user/tmp
|
2011-04-22 02:40:11 +00:00
|
|
|
|
|
2011-03-30 16:35:09 +00:00
|
|
|
|
bind -c /usr/$user/tmp /tmp
|
|
|
|
|
cd /usr/$user
|
|
|
|
|
|
|
|
|
|
. /lib/namespace.local
|
|
|
|
|
. /lib/namespace.$sysname
|
|
|
|
|
. /cfg/$sysname/namespace
|