* 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:
parent
e53133d45e
commit
4c43f36309
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue