]> git.lizzy.rs Git - plan9front.git/commitdiff
webfs on readonly filesystem
authorcinap_lenrek <cinap_lenrek@localhost>
Tue, 12 Apr 2011 02:44:37 +0000 (02:44 +0000)
committercinap_lenrek <cinap_lenrek@localhost>
Tue, 12 Apr 2011 02:44:37 +0000 (02:44 +0000)
sys/lib/dist/mkfile
sys/lib/dist/pc/cdproto
usr/glenda/lib/profile

index 954d288f35e313cafe885f31eb7ed1c0dd9b02b3..8f520bde31808885b41e7f0f5f5c2a78825a7a8e 100644 (file)
@@ -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
index 29eb9efc464f536414071cc50e5deef6a33a0629..0388a5b187bd19b2d8ea12e17c9e2e52e2a1fe5b 100644 (file)
@@ -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
index 88887701333a4e2f3fde102076f4f2d6155bcffd..44929e3aba53389c3f10c7859cda71bdf7dac339 100644 (file)
@@ -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% ' '      ')