* Joey Hess

- Remove bogus init=/linuxrc, we have not had a linuxrc in d-i for a long
       time and I don't know how that managed to work.
     - Update path to ia64 cdrom/boot.img.
This commit is contained in:
Joey Hess 2004-08-31 00:10:26 +00:00
parent e53133d45e
commit 4c43f36309
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ debian-cd (2.2.20) UNRELEASED; urgency=low
* Joey Hess
- Remove bogus init=/linuxrc, we have not had a linuxrc in d-i for a long
time and I don't know how that managed to work.
- Update path to ia64 cdrom/boot.img.
-- Joey Hess <joeyh@debian.org> Mon, 30 Aug 2004 15:23:19 -0400

View File

@ -32,9 +32,9 @@ fi
for image in boot.img; do
if [ ! -e "$image" ]; then
if [ ! "$DI_WWW_HOME" ];then
cp "$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images/$image" .
cp "$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images/cdrom/$image" .
else
wget "$DI_WWW_HOME/$image"
wget "$DI_WWW_HOME/cdrom/$image"
fi
fi
done