From 1ee6e31b9247ff1ca0ef7f252acdf0dd6237ab34 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 8 Aug 2018 16:05:02 +0300 Subject: [PATCH] volumes: initial feature This one is directly a counterpart to mkimage-profiles-desktop's vm-profile-% contained in use.mk.in. --- features.in/volumes/README | 2 ++ features.in/volumes/config.mk | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 features.in/volumes/README create mode 100644 features.in/volumes/config.mk diff --git a/features.in/volumes/README b/features.in/volumes/README new file mode 100644 index 00000000..7daace69 --- /dev/null +++ b/features.in/volumes/README @@ -0,0 +1,2 @@ +Эта фича обеспечивает выставление нужного профиля разбивки дисков +при установке с помощью installer или livecd-install. diff --git a/features.in/volumes/config.mk b/features.in/volumes/config.mk new file mode 100644 index 00000000..a150acde --- /dev/null +++ b/features.in/volumes/config.mk @@ -0,0 +1,7 @@ +use/volumes: + @$(call add_feature) + @$(call add,INSTALL2_PACKAGES,$$(STAGE2_VOLUMES_PROFILE)) + @$(call add,LIVE_PACKAGES,$$(STAGE2_VOLUMES_PROFILE)) + +use/volumes/%: use/volumes + @$(call set,STAGE2_VOLUMES_PROFILE,volumes-profile-$*)