diff --git a/create-minimal-container.sh b/create-minimal-container.sh index b06e84a..d7ecb37 100644 --- a/create-minimal-container.sh +++ b/create-minimal-container.sh @@ -3,6 +3,7 @@ # create container with systemd-nspawn _container="minimal" # this will be your container name + machinectl stop "$_container" 2>/dev/null sleep 2 #rm -rf /var/lib/machines/"$_container" @@ -17,7 +18,7 @@ echo "[Network]" >/etc/systemd/nspawn/"$_container".nspawn echo "VirtualEthernet=no" >>/etc/systemd/nspawn/"$_container".nspawn #debootstrap --include=systemd,dbus stable /var/lib/machines/"$_container" -debootstrap --force-check-gpg --include=systemd,dbus,\ +debootstrap --arch=amd64 --include=systemd,dbus,\ apt-transport-https,\ bash-completion,\ ca-certificates,\