Both because ZFS, but also because of worries over file system checks on unclean
shutdown.
-b \
-c overlay/domotica \
-n domotica \
- -s 6g -t usb
+ -s 6g -t zfs+gpt
# Put the domotica image in the installer overlay
xz -v -z -c \
ansibleprep_start()
{
+ # Work around /tmp not having the correct permissions on the ZFS image
+ # Just set them here.
+ chmod 777 /tmp
+ chmod +t /tmp
+
# Only do this until we've set the hostname, which we use as a proxy for
# 'initial config done, reverse ssh tunnel ready'
# We do do a daily poll, so worst case it'll eventually work out.