Skip stage2 everywhere in x86
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
018e826c8d
commit
81ee735cf0
11 changed files with 10 additions and 61 deletions
|
@ -17,16 +17,16 @@ SETS="
|
|||
musl
|
||||
"
|
||||
|
||||
SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage2-openrc.spec i486/stage3-openrc.spec"
|
||||
SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec"
|
||||
SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec"
|
||||
|
||||
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage2-openrc.spec i686/stage3-openrc.spec"
|
||||
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
|
||||
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
|
||||
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec"
|
||||
|
||||
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage2-openrc.spec hardened/stage3-openrc.spec"
|
||||
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
|
||||
SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec hardened/admincd-stage2-openrc.spec"
|
||||
|
||||
SET_musl_SPECS="musl/stage1.spec musl/stage2.spec musl/stage3.spec"
|
||||
SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/x86
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue