From aa2c42511e26b6e9b1a2063df40a7c5f0504add7 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 15 Dec 2014 13:00:57 +0000 Subject: Mount also /tmp, needed to create temporary files and folders --- baserock-installer | 1 + 1 file changed, 1 insertion(+) 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'), ) -- cgit v1.2.1