webfs on readonly filesystem
This commit is contained in:
parent
f8062ba939
commit
7208d528bd
3 changed files with 16 additions and 13 deletions
14
sys/lib/dist/mkfile
vendored
14
sys/lib/dist/mkfile
vendored
|
@ -1,12 +1,10 @@
|
|||
iso=/tmp/9front.iso
|
||||
|
||||
cd:V: $iso
|
||||
cd:V: /tmp/9front.iso
|
||||
|
||||
|
||||
clean:V:
|
||||
rm -fr $iso
|
||||
|
||||
%.iso: pc/plan9.ini.cd
|
||||
bind $prereq /n/src9/cfg/plan9.ini
|
||||
%.iso: pc/cdproto pc/plan9.ini.cd
|
||||
bind pc/plan9.ini.cd /n/src9/cfg/plan9.ini
|
||||
disk/mk9660 -9cj -B 386/9bootiso -p pc/cdproto -s /n/src9 -v 'Plan 9 Front' $target
|
||||
unmount /n/src9/cfg/plan9.ini
|
||||
|
||||
%.bz2: %
|
||||
bzip2 $prereq
|
||||
|
|
12
sys/lib/dist/pc/cdproto
vendored
12
sys/lib/dist/pc/cdproto
vendored
|
@ -65,9 +65,6 @@ mnt
|
|||
wrap
|
||||
wsys
|
||||
n
|
||||
net
|
||||
proc
|
||||
srv
|
||||
sys
|
||||
games
|
||||
+
|
||||
|
@ -108,7 +105,14 @@ sys
|
|||
tmp
|
||||
usr
|
||||
glenda
|
||||
+
|
||||
bin
|
||||
386
|
||||
+
|
||||
rc
|
||||
+
|
||||
lib
|
||||
*
|
||||
tmp
|
||||
|
||||
LICENSE
|
||||
LICENSE.afpl
|
||||
|
|
|
@ -8,7 +8,8 @@ fn cd { builtin cd $* && awd } # for acme
|
|||
switch($service){
|
||||
case terminal
|
||||
plumber
|
||||
webfs
|
||||
touch /tmp/webcookies
|
||||
webfs -c /tmp/webcookies
|
||||
echo -n accelerated > '#m/mousectl'
|
||||
echo -n 'res 3' > '#m/mousectl'
|
||||
prompt=('term% ' ' ')
|
||||
|
|
Loading…
Reference in a new issue