From 43abab3dd162a642b24838b59e94b22f8ffb10cf Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Fri, 20 Mar 2020 00:12:54 +0700 Subject: [PATCH] mixin-basealt.mk: Added use/stage2/sbc For single-board computer support. --- conf.d/mixin-basealt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/mixin-basealt.mk b/conf.d/mixin-basealt.mk index e67fcf8c..027ceeae 100644 --- a/conf.d/mixin-basealt.mk +++ b/conf.d/mixin-basealt.mk @@ -53,7 +53,7 @@ mixin/alt-workstation-install: +installer \ use/install2/fat use/install2/vnc \ use/stage2/fs use/stage2/hid use/stage2/md \ use/stage2/mmc use/stage2/net use/stage2/net-nfs \ - use/stage2/rtc use/stage2/scsi use/stage2/usb + use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb @$(call set,INSTALLER,altlinux-desktop) @$(call add,INSTALL2_PACKAGES,installer-feature-slideshow) @$(call add,INSTALL2_PACKAGES,alterator-notes)