From 65e4ccd4a889f9928eda5fd34c2a01fc46d51f2f Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 12 Oct 2020 20:59:10 +0200 Subject: [PATCH] Add todo --- scripts/main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/main.sh b/scripts/main.sh index b23c7d6..dd9e094 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -69,6 +69,7 @@ configure_base_system() { # || die "Could not set hostname" ## Set timezone + # TODO use systemd-nspawn to start instead of chroot, then we can use these utils. #einfo "Selecting timezone" #timedatectl set-timezone "$TIMEZONE" \ # || die "Could not set timezone"