Remove mention of delo.2nd from hppa boot script
Must have been a cut and paste error from a mips script. :-(
This commit is contained in:
parent
e53f3e1ad6
commit
e4fdc94a23
|
@ -16,7 +16,7 @@ debian-cd (3.1.15) UNRELEASED; urgency=low
|
||||||
* Factor out the xorriso version-checking code
|
* Factor out the xorriso version-checking code
|
||||||
|
|
||||||
[ Helge Deller ]
|
[ Helge Deller ]
|
||||||
* Fixes for booting on hppa architecture. Closes: #743879
|
* Fixes for booting on hppa architecture. Closes: #743879, #749409
|
||||||
|
|
||||||
[ Robert Millan ]
|
[ Robert Millan ]
|
||||||
* Update from kfreebsd-9 to kfreebsd-10
|
* Update from kfreebsd-9 to kfreebsd-10
|
||||||
|
|
|
@ -36,7 +36,6 @@ if [ -z "$PALODEB" ] ; then
|
||||||
fi
|
fi
|
||||||
(dpkg --fsys-tarfile "$MIRROR/$PALODEB" | \
|
(dpkg --fsys-tarfile "$MIRROR/$PALODEB" | \
|
||||||
tar xf - -C . ./usr/share/palo/iplboot)
|
tar xf - -C . ./usr/share/palo/iplboot)
|
||||||
mv boot/delo.2nd $CDROOT/boot/delo.2nd
|
|
||||||
mv usr/share/palo/iplboot $CDROOT/install/iplboot
|
mv usr/share/palo/iplboot $CDROOT/install/iplboot
|
||||||
|
|
||||||
if [ -n "$ARCHIVE_EXTRACTED_SOURCES" ]; then
|
if [ -n "$ARCHIVE_EXTRACTED_SOURCES" ]; then
|
||||||
|
|
Loading…
Reference in New Issue