Also mount /tmp as tmpfs in VM
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Apr 2015 16:20:59 +0000 (19:20 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Apr 2015 16:20:59 +0000 (19:20 +0300)
ex/makevm

index f6ed255feb5ac50c1ced488eb0dd96ddade79f7b..df3b10368f0311a599ea05fa8618af33caa74948 100755 (executable)
--- a/ex/makevm
+++ b/ex/makevm
@@ -11,6 +11,7 @@ tmpfs  /tmp tmpfs defaults     0 0
 EOF
 cat > vm/.profile <<EOF
 mount /mnt
+mount /tmp
 stty -F /dev/ttyS1 -echo
 cd /mnt
 export PS1="# "
This page took 0.009578 seconds and 4 git commands to generate.