summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-15 13:00:57 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-15 13:00:57 +0000
commitaa2c42511e26b6e9b1a2063df40a7c5f0504add7 (patch)
treee3b7cc76056165511964d8d6c837f8ec2835cc15
parentd9286b1fd81a354eb4a1ddfd28dd104b9a3c4660 (diff)
downloadinstaller-scripts-baserock/pedroalvarez/mount-tmp.tar.gz
Mount also /tmp, needed to create temporary files and foldersbaserock/pedroalvarez/mount-tmp
-rwxr-xr-xbaserock-installer1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserock-installer b/baserock-installer
index 8744884..e98ef1a 100755
--- a/baserock-installer
+++ b/baserock-installer
@@ -37,6 +37,7 @@ config_file = '/etc/install.conf'
to_mount = (
('/proc', 'proc', 'none'),
('/sys', 'sysfs', 'none'),
+ ('/tmp', 'tmpfs', 'none'),
)