Skip to content

Commit

Permalink
Fix issue where small tmpfs on /tmp fills easily. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
daithiocrualaoich authored Jan 4, 2018
1 parent 7b86cdd commit 86d2cae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ coreos:
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c 'umount /tmp || /bin/true'
ExecStart=/bin/sh -c 'chmod 1777 /tmp'
ExecStart=/bin/sh -c 'mkdir -p /opt/bin'
ExecStart=/bin/sh -c 'tar xzf /tools/tools.tar.gz -C /opt/bin --strip-components=1'
ExecStart=/bin/sh -c 'chmod u+s /opt/bin/acbuild'
Expand Down

0 comments on commit 86d2cae

Please sign in to comment.