This commit is contained in:
parent
588257617c
commit
999c2762ca
7 changed files with 128 additions and 0 deletions
29
files/scripts/orel
Normal file
29
files/scripts/orel
Normal file
|
@ -0,0 +1,29 @@
|
|||
case $SUITE in
|
||||
1.8_x86-64|4.8_arm|1.7_x86-64|4.7_arm|novorossiysk|sevastopol|smolensk)
|
||||
default_mirror $USER_MIRROR
|
||||
;;
|
||||
orel)
|
||||
default_mirror https://dl.astralinux.ru/astra/stable/2.12_x86-64/repository
|
||||
;;
|
||||
esac
|
||||
|
||||
mirror_style release
|
||||
download_style apt
|
||||
finddebs_style from-indices
|
||||
variants - buildd fakechroot minbase
|
||||
keyring /usr/share/apt/astra-archive.gpg
|
||||
|
||||
if [ -z $CUSTOM_COMPONENTS ]; then
|
||||
default_components 'main|contrib|non-free'
|
||||
fi
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue