summaryrefslogtreecommitdiff
path: root/baserock-installer
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 /baserock-installer
parentd9286b1fd81a354eb4a1ddfd28dd104b9a3c4660 (diff)
downloadinstaller-scripts-aa2c42511e26b6e9b1a2063df40a7c5f0504add7.tar.gz
Mount also /tmp, needed to create temporary files and foldersbaserock/pedroalvarez/mount-tmp
Diffstat (limited to 'baserock-installer')
-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'),
)