commit | 08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Thu Apr 30 07:27:52 2009 -0700 |
committer | Russ Cox <rsc@swtch.com> | Thu Apr 30 07:27:52 2009 -0700 |
tree | 132d34a7870ecbd793b4bc3589fa7bdd4d79f356 | |
parent | 995e570976b02ba08f2fc1093a7127ea2acbaff2 [diff] |
ipso: do not use the /lib/init/rw tmpfs
diff --git a/bin/ipso b/bin/ipso index 4095369..9de1093 100755 --- a/bin/ipso +++ b/bin/ipso
@@ -78,7 +78,7 @@ user=`{whoami} cd /tmp || exit $status -tmp=`{df | awk '$1=="tmpfs" {print $NF}'} +tmp=`{df | grep -v /lib/init | awk '$1=="tmpfs" {print $NF}'} if(! ~ $#tmp 0) cd $tmp(1) || exit $status mkdir -p ipso.$user