summaryrefslogtreecommitdiff
path: root/rc/bin/service/!tcp80.namespace
blob: bb2f629df62aefd65f206837cdd15973bd3b5b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
mount -aC #s/boot /root $rootspec

# kernel devices
bind #c /dev
bind #d /fd
bind -c #e /env
bind #p /proc
bind -a #l /net
bind -a #I /net

bind /root/$cputype/bin /bin
bind /root/rc /rc
bind -a /rc/bin /bin

chdev Mcde|pslI/

# grab just our webroot
bind /root/usr/web /srv

# or bind in the actual root
# bind -a /root /

unmount /root
chdev -r Ms