X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fschroot%2Ffiles%2Fsetup-dchroot;h=e727138af7a77559e3244b620ec1be8ca4ddb494;hb=a6e9ddda8cc6bd47ef8324c92cd9012cf6d6df82;hp=e63d72321cd30616a5ac3ee596f0306a62763659;hpb=439b70993ae56b0efc12c3eb3ab41cea6ad853ac;p=mirror%2Fdsa-puppet.git diff --git a/modules/schroot/files/setup-dchroot b/modules/schroot/files/setup-dchroot index e63d72321..e727138af 100755 --- a/modules/schroot/files/setup-dchroot +++ b/modules/schroot/files/setup-dchroot @@ -89,6 +89,7 @@ genschrootconf() { local name="${suite}_${arch}-dchroot" fi + local fullname="$name" case "$arch" in kfreebsd-*) aliases="$name" @@ -101,7 +102,7 @@ genschrootconf() { cat << EOF [${name}] -description=[${name}] Debian $suite chroot for $arch +description=[${fullname}] Debian $suite chroot for $arch type=file file=$target EOF