17 lines
556 B
Text
17 lines
556 B
Text
mirror_style release
|
|
download_style apt
|
|
finddebs_style from-indices
|
|
variants - buildd fakechroot minbase
|
|
keyring /usr/share/keyrings/pardus-archive-keyring.gpg
|
|
default_mirror http://depo.pardus.org.tr/pardus
|
|
|
|
# include common settings
|
|
if [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then
|
|
. "$DEBOOTSTRAP_DIR/scripts/debian-common"
|
|
elif [ -e /debootstrap/debian-common ]; then
|
|
. /debootstrap/debian-common
|
|
elif [ -e "$DEBOOTSTRAP_DIR/debian-common" ]; then
|
|
. "$DEBOOTSTRAP_DIR/debian-common"
|
|
else
|
|
error 1 NOCOMMON "File not found: debian-common"
|
|
fi
|