commit 08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8
parent 995e570976b02ba08f2fc1093a7127ea2acbaff2
Author: Russ Cox <rsc@swtch.com>
Date: Thu, 30 Apr 2009 07:27:52 -0700
ipso: do not use the /lib/init/rw tmpfs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/ipso b/bin/ipso
@@ -78,7 +78,7 @@ if(~ $get aesget && ~ $#* 0){
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