Also mount /tmp as tmpfs in VM
[gruntmaster-daemon.git] / 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.009007 seconds and 4 git commands to generate.