* Temporary fixup for daily lenny sparc builds - use older image locations

if new ones not available.
This commit is contained in:
Steve McIntyre 2007-08-11 12:57:12 +00:00
parent 5655b191d5
commit e53fc89e17
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View File

@ -65,6 +65,8 @@ debian-cd (3.0.3) UNRELEASED; urgency=low
[ Steve McIntyre ]
* Fix boot-x86 shell syntax so it runs
* Further logic fixing in boot-x86: amd64 should now work
* Temporary fixup for daily lenny sparc builds - use older image locations
if new ones not available.
-- Joey Hess <joeyh@debian.org> Tue, 07 Aug 2007 18:57:05 -0700

View File

@ -68,6 +68,9 @@ else
wget "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz
fi
if [ -e "$DI_DIR"/initrd.gz ] ; then
DI_DIR="$DI_DIR"/2.6
fi
cp "$DI_DIR"/initrd.gz "$inst/boot/initrd.gz"
#cp "$DI_DIR"/vmlinuz-*-sparc32 "$inst/boot/sparc32"
zcat "$DI_DIR"/vmlinuz-*-sparc64 > "$inst/boot/sparc64"