diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 02:44:37 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 02:44:37 +0000 |
commit | 7208d528bd42f981f2535403f72e4c0d7d8df643 (patch) | |
tree | 8641cc2ae8c620843826aabe239bc23efe066762 /usr | |
parent | f8062ba939929389275645c0ebd4c0e934626d7e (diff) |
webfs on readonly filesystem
Diffstat (limited to 'usr')
-rw-r--r-- | usr/glenda/lib/profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/glenda/lib/profile b/usr/glenda/lib/profile index 888877013..44929e3ab 100644 --- a/usr/glenda/lib/profile +++ b/usr/glenda/lib/profile @@ -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% ' ' ') |