specs/hppa: netboot2 -> netboot
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
1c1b8246af
commit
71e4b843b8
3 changed files with 44 additions and 44 deletions
|
@ -13,7 +13,7 @@ SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage3.spec"
|
|||
|
||||
SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_hppa_netboot_SPECS="netboot2-hppa32.spec netboot2-hppa64.spec"
|
||||
SET_hppa_netboot_SPECS="netboot-hppa32.spec netboot-hppa64.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa
|
||||
|
||||
|
@ -40,13 +40,13 @@ post_build() {
|
|||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
|
||||
case ${spec} in
|
||||
netboot2-hppa32.spec)
|
||||
mv netboot2-hppa1.1-${TIMESTAMP}/netboot32-hppa.lif netboot2-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
upload netboot2-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
netboot-hppa32.spec)
|
||||
mv netboot-hppa1.1-${TIMESTAMP}/netboot32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
upload netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
;;
|
||||
netboot2-hppa64.spec)
|
||||
mv netboot2-hppa2.0-${TIMESTAMP}/netboot64-hppa.lif netboot2-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
upload netboot2-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
netboot-hppa64.spec)
|
||||
mv netboot-hppa2.0-${TIMESTAMP}/netboot64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
upload netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
;;
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue