Merge branch 'yunohost-buster' of https://github.com/yunohost/rpi-image into yunohost-buster
This commit is contained in:
commit
7214cfd84a
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ rm -f /etc/systemd/network/99-default.link
|
||||||
ln -s /dev/null /etc/systemd/network/99-default.link
|
ln -s /dev/null /etc/systemd/network/99-default.link
|
||||||
EOF
|
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
|
# For some reason curl doesnt recognize CA in any cert
|
||||||
# and this is fixed by regerating links in /etc/ssl/certs/ ...
|
# and this is fixed by regerating links in /etc/ssl/certs/ ...
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
|
|
Loading…
Reference in a new issue