Update 00-run.sh

This commit is contained in:
Alexandre Aubin 2020-10-03 15:18:52 +02:00 committed by GitHub
parent 196b7f534b
commit 3361346adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ rm -f /etc/systemd/network/99-default.link
ln -s /dev/null /etc/systemd/network/99-default.link
EOF
# Enable resize2fs for first boot (without having to log-in ssh)
systemctl enable resize2fs_once
# For some reason curl doesnt recognize CA in any cert
# and this is fixed by regerating links in /etc/ssl/certs/ ...
on_chroot << EOF