The addition to /etc/fstab must be in the provision stage
authorJan-Simon Möller <dl9pf@gmx.de>
Sat, 24 Sep 2016 12:59:09 +0000 (14:59 +0200)
committerJan-Simon Möller <dl9pf@gmx.de>
Sat, 24 Sep 2016 12:59:09 +0000 (14:59 +0200)
Change-Id: I1bb0a45dab7bb38b8b79361a36941e420951d136
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
jenkins-scripts/basic_settings.sh
packer/provision/basebuild.sh

index c65536f..2b22919 100755 (executable)
@@ -50,12 +50,6 @@ cat <<EOKNOWN >  /etc/ssh/ssh_known_hosts
 vex-yul-agl-download.ci,10.30.72.8 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaxEOWbShvqQWqS17c123Ct8tBLBVVOPTNYpZSmwd1UKVQi9cF0QMOU7Rc479bHwzuLscvmohpGh2kP0CmHvAo=
 EOKNOWN
 
-cat <<EOFSTAB >> /etc/fstab
-
-# tmp should be tmpfs so gcc tmpfiles do not hit the disk
-none /tmp tmpfs defaults 0 0
-
-EOFSTAB
 
 cat <<EOFHOSTS >> /etc/hosts
 
index 01445ff..cf2aab6 100644 (file)
@@ -2,3 +2,10 @@
 # vim: set tw=4 sw=4 sts=4 et :
 
 # Presently nothing to do
+
+cat <<EOFSTAB >> /etc/fstab
+
+# tmp should be tmpfs so gcc tmpfiles do not hit the disk
+none /tmp tmpfs defaults 0 0
+
+EOFSTAB