diff --git a/releases/specs/arm64/stage3.spec b/releases/specs/arm64/stage3.spec index 2984879a..003b556c 100644 --- a/releases/specs/arm64/stage3.spec +++ b/releases/specs/arm64/stage3.spec @@ -4,7 +4,7 @@ version_stamp: @TIMESTAMP@ rel_type: default profile: default/linux/arm64/17.0 snapshot: current -source_subpath: default/stage2-arm64-@TIMESTAMP@ +source_subpath: default/stage1-arm64-@TIMESTAMP@ pkgcache_path: /var/tmp/catalyst/packages/stage3 portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index a63eadea..a34b9732 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -8,7 +8,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" -SET_default_SPECS="stage1.spec stage2.spec stage3.spec" +SET_default_SPECS="stage1.spec stage3.spec" #SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" #KCONFIG_DIR=${REPO_DIR}/releases/kconfig/sparc