From a5e5808f70d31ec60bce2df0347bf6f2dc088cf0 Mon Sep 17 00:00:00 2001 From: sean Date: Mon, 15 Jul 2019 12:27:07 -0700 Subject: [PATCH] tweaks --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) 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`