Removed buildd check. Every distro in recent debootstrap versions has a buildd variant, but only warty, hoary, woody, and sarge had separate .buildd scripts.

This commit is contained in:
Soren Hansen 2007-07-25 10:34:32 +02:00
parent 5feefb9443
commit 1bcb9e549d

View File

@ -156,10 +156,7 @@ if [ ! -f "/usr/lib/debootstrap/scripts/$RELEASE" ]; then
echo "Specified release not known to debootstrap" >&2 echo "Specified release not known to debootstrap" >&2
exit 1 exit 1
else else
# Look for a buildd variant to work with variant_opt="--variant=buildd"
if [ -f "/usr/lib/debootstrap/scripts/${RELEASE}.buildd" ]; then
variant_opt="--variant=buildd"
fi
fi fi
# Allocate the "golden" chroot LV # Allocate the "golden" chroot LV