fix gateway as resoler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user