Lines 8-14
use/install2: use/stage2 sub/stage2@install2 use/metadata \
Link Here
|
8 |
@$(call try,INSTALLER,altlinux-generic) # might be replaced later |
8 |
@$(call try,INSTALLER,altlinux-generic) # might be replaced later |
9 |
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2) |
9 |
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2) |
10 |
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator) |
10 |
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator) |
11 |
@$(call add,INSTALL2_PACKAGES,installer-feature-create-ghost-directories) |
|
|
12 |
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release) |
11 |
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release) |
13 |
@$(call add,BASE_PACKAGES,installer-common-stage3) |
12 |
@$(call add,BASE_PACKAGES,installer-common-stage3) |
14 |
@$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22 |
13 |
@$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22 |
15 |
- |
|
|