fix gateway as resoler

This commit is contained in:
pvincent
2024-04-13 12:35:12 +04:00
parent e0d40af2a1
commit 83522d6692
2 changed files with 19 additions and 5 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ function create() {
[[ "$OPTION_SSH" == true ]] && packages+=(openssh-server)
packages_string=$(join ', ' "${packages[@]}")
timezone='Indian/Reunion' #FIXME: should be retrieved from host
debian_repo='debian.mithril.re' #FIXME: should be retrieved from host
timezone=$(cat /etc/timezone)
debian_repo=$(cat /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
user_data="$(
cat <<EOF