debootstrap: Partially revert f2e663f0 "Improved debootstrap hacking support with fixes for Ubuntu Noble"

This commit is contained in:
Ricardo Pardini
2024-03-02 12:18:01 +01:00
committed by Igor
parent 34bfa92052
commit e37525d234
2 changed files with 0 additions and 10 deletions

View File

@@ -303,10 +303,8 @@ function do_extra_configuration() {
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic|noble)$ ]]; then
DISTRIBUTION="Ubuntu"
DEBOOTSTRAP_SOURCE="gutsy"
else
DISTRIBUTION="Debian"
DEBOOTSTRAP_SOURCE="sid"
fi
DEBIAN_MIRROR='deb.debian.org/debian'