diff --git a/setup.sh b/setup.sh index 5017ef2..aae3fc3 100644 --- a/setup.sh +++ b/setup.sh @@ -254,6 +254,9 @@ echo " exit 1">> /mnt/setup-chroot.sh echo "fi">> /mnt/setup-chroot.sh echo "echo \"Done.\"" >> /mnt/setup-chroot.sh +# configure docker storage to use zfs +echo "{\"storage-driver\":\"zfs\"}" > /mnt/etc/docker/daemon.json + echo 'echo ""' >> /mnt/setup-chroot.sh echo 'echo "Creating EFI partition..."' >> /mnt/setup-chroot.sh firstdisk=`echo "$disks" | head -n1`