From 3361346adfd2fc7ff90ea49d7313dff74b1b6514 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 3 Oct 2020 15:18:52 +0200 Subject: [PATCH] Update 00-run.sh --- stage3/00-install-yunohost/00-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index 0b4a2d5..ea7b1f0 100755 --- a/stage3/00-install-yunohost/00-run.sh +++ b/stage3/00-install-yunohost/00-run.sh @@ -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