namespace: mount factotum before mntgen
This commit is contained in:
parent
9591b4b1f8
commit
fb9f17aa59
2 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
||||||
# root
|
# root
|
||||||
mount -aC #s/boot /root $rootspec
|
mount -aC #s/boot /root $rootspec
|
||||||
bind -a $rootdir /
|
bind -a $rootdir /
|
||||||
bind -c $rootdir/mnt /mnt
|
|
||||||
|
|
||||||
# kernel devices
|
# kernel devices
|
||||||
bind #c /dev
|
bind #c /dev
|
||||||
|
@ -12,14 +11,14 @@ bind -c #s /srv
|
||||||
bind -q #σ /shr
|
bind -q #σ /shr
|
||||||
bind -a #¤ /dev
|
bind -a #¤ /dev
|
||||||
|
|
||||||
|
# authentication
|
||||||
|
mount -a /srv/factotum /mnt
|
||||||
|
|
||||||
# mount points
|
# mount points
|
||||||
mount -a /srv/slashn /n
|
mount -a /srv/slashn /n
|
||||||
mount -a /srv/slashmnt /mnt
|
mount -a /srv/slashmnt /mnt
|
||||||
mount -a /srv/mntexport /mnt/exportfs
|
mount -a /srv/mntexport /mnt/exportfs
|
||||||
|
|
||||||
# authentication
|
|
||||||
mount -a /srv/factotum /mnt
|
|
||||||
|
|
||||||
# standard bin
|
# standard bin
|
||||||
bind /$cputype/bin /bin
|
bind /$cputype/bin /bin
|
||||||
bind -a /rc/bin /bin
|
bind -a /rc/bin /bin
|
||||||
|
|
|
@ -384,10 +384,6 @@ which holds connections to file servers.
|
||||||
.B /srv/boot
|
.B /srv/boot
|
||||||
The communication channel to the main file server for the machine.
|
The communication channel to the main file server for the machine.
|
||||||
.TP
|
.TP
|
||||||
.B /mnt/factotum
|
|
||||||
Mount point for
|
|
||||||
.IR factotum (4).
|
|
||||||
.TP
|
|
||||||
.B /mnt/wsys
|
.B /mnt/wsys
|
||||||
Mount point for the window system.
|
Mount point for the window system.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in a new issue