From 56e0b65887118fc3be106740bc0fc37a707677d7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 25 Jan 2015 11:20:47 +0200 Subject: [PATCH] Mount a tmpfs at /tmp in ex/makevm to appease ghc --- ex/makevm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ex/makevm b/ex/makevm index 7da2614..9154278 100755 --- a/ex/makevm +++ b/ex/makevm @@ -5,8 +5,11 @@ USER=$(getent passwd www-data | cut -f3 -d:) rm -rf vm/ vm.squashfs multistrap -f ex/vm.conf ln -s vm/usr/bin/mawk vm/bin/awk -echo 'virtfs /mnt 9p trans=virtio,auto 0 0' > vm/etc/fstab echo '/sbin/poweroff -f' > vm/.bash_logout +cat > vm/etc/fstab < vm/.profile <