Commit 486b599f authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

Use apt-conf-sisyphus

This is only necessary when testing on Sisyphus After switching to p11, you need to revert this commit
parent 83e4b776
......@@ -19,7 +19,7 @@ mixin/alt-server: +installer +systemd \
use/install2/stage3 \
use/install2/vnc use/install2/xfs use/install2/fat \
use/volumes/alt-server \
use/apt-conf/branch \
use/apt-conf \
use/fonts/install2 \
use/l10n/default/ru_RU use/install2/stage3 \
use/firmware/full \
......@@ -27,7 +27,8 @@ mixin/alt-server: +installer +systemd \
use/tty
@$(call set,INSTALLER,centaurus)
@$(call set,BRANDING,alt-server)
@$(call set,THE_APT_CONF,branch-gostcrypto)
# For test on Sisyphus
# @$(call set,THE_APT_CONF,branch-gostcrypto)
@$(call set,DISABLE_LANG_MENU,in_grub)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment