Upload some changes by Thiemo Seufer, namely:

- Add arcboot to the mips tasks/base-sarge list, like it is done for
  other bootloaders.
- Add a default bootfile named sashARCS for mips, aliased to r4k-ip22.
This commit is contained in:
Santiago Garcia Mantinan 2004-10-01 15:11:14 +00:00
parent 7a550c08b1
commit 4db567acec
3 changed files with 8 additions and 0 deletions

4
debian/changelog vendored
View File

@ -48,6 +48,10 @@ debian-cd (2.2.20) UNRELEASED; urgency=low
- Try to fix powerpc DVD builds via -hfs-parms MAX_XTCSIZE.
- Add prep powerpc support.
- Update debian-installer tasks.
* Thiemo Seufer
- Add arcboot to the mips tasks/base-sarge list, like it is done for
other bootloaders.
- Add a default bootfile named sashARCS for mips, aliased to r4k-ip22.
-- Joey Hess <joeyh@debian.org> Mon, 30 Aug 2004 15:23:19 -0400

View File

@ -1077,6 +1077,7 @@ telnet
libtext-iconv-perl
wget
dvhtool
arcboot
pciutils
setserial
iptables

View File

@ -26,6 +26,9 @@ for sub in r4k-ip22 r5k-ip22; do
_size=$(isoinfo -i $CDIMAGE -lR |grep -A 10 'Directory listing of /install' |grep ${sub}-boot.img |awk '{OFMT="%.0f"; print int(($5 + 2047) / 2048) * 2048}')
_bootfiles="${_bootfiles} ${sub}:${_start},${_size}"
done
_start=$(isoinfo -i $CDIMAGE -lR |grep -A 10 'Directory listing of /install' |grep $r4k-ip22-boot.img |awk '{print $10 * 4}')
_size=$(isoinfo -i $CDIMAGE -lR |grep -A 10 'Directory listing of /install' |grep $r4k-ip22-boot.img |awk '{OFMT="%.0f"; print int(($5 + 2047) / 2048) * 2048}')
_bootfiles="${_bootfiles} sashARCS:${_start},${_size}"
echo Bootfiles: ${_bootfiles}