test
sean 7 years ago
parent b072c25ba8
commit a5e5808f70

@ -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`

Loading…
Cancel
Save