[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#749409: debian-cd: remove delo.2nd from tools/boot/wheezy/boot-hppa script



Package: debian-cd
Version: git
Severity: normal
Tags: patch

The tools/boot/wheezy/boot-hppa script references a delo.2nd file.
This is wrong. The boot loader on hppa is palo.
Fix is to simply drop the line.
Patch against git head is attached.

Thanks,
Helge
diff --git a/tools/boot/wheezy/boot-hppa b/tools/boot/wheezy/boot-hppa
index 9ce037a..315976d 100755
--- a/tools/boot/wheezy/boot-hppa
+++ b/tools/boot/wheezy/boot-hppa
@@ -36,7 +36,6 @@ if [ -z "$PALODEB" ] ; then
 fi
 (dpkg --fsys-tarfile "$MIRROR/$PALODEB" | \
     tar xf - -C . ./usr/share/palo/iplboot)
-mv boot/delo.2nd $CDROOT/boot/delo.2nd
 mv usr/share/palo/iplboot $CDROOT/install/iplboot
 
 if [ -n "$ARCHIVE_EXTRACTED_SOURCES" ]; then

Reply to: