From cd1ced40f28343f458af4fe6c862aac839ef3d99 Mon Sep 17 00:00:00 2001 From: Richard Hirst Date: Tue, 23 Apr 2002 22:50:35 +0000 Subject: [PATCH] Reworked post-boot-hppa to hardcode path to palo, and to ensure 1_NONUS.raw is built properly. --- debian/changelog | 2 ++ tools/boot/woody/post-boot-hppa | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 723b5bee..c1094fab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,8 @@ debian-cd (2.2.14) unstable; urgency=low * Added empty boot-mips & boot mipsel. * Updated boot-alpha to conditionalize the inclusion of APB. * Reworked boot-ia64 to use hardlinks and so 1_NONUS.raw is built properly. + * Reworked post-boot-hppa to hardcode path to palo, and to ensure + 1_NONUS.raw is built properly. -- Raphael Hertzog Mon, 15 Apr 2002 13:16:25 +0200 diff --git a/tools/boot/woody/post-boot-hppa b/tools/boot/woody/post-boot-hppa index d9074301..d3dfa970 100755 --- a/tools/boot/woody/post-boot-hppa +++ b/tools/boot/woody/post-boot-hppa @@ -21,10 +21,10 @@ if [ $N != 1 -a $N != 1_NONUS ]; then exit 0 fi -palo --commandline="0/vmlinux ramdisk_size=8192 root=/dev/ram initrd=0/ramdisk" \ - --recoverykernel=CD1/dists/$CODENAME/main/disks-hppa/current/32/linux.bin \ - --recoverykernel=CD1/dists/$CODENAME/main/disks-hppa/current/64/linux.bin \ - --bootloader=CD1/install/iplboot \ - --ramdisk=CD1/dists/$CODENAME/main/disks-hppa/current/root.bin \ +/sbin/palo --commandline="0/vmlinux ramdisk_size=8192 root=/dev/ram initrd=0/ramdisk" \ + --recoverykernel=$CDROOT/dists/$CODENAME/main/disks-hppa/current/32/linux.bin \ + --recoverykernel=$CDROOT/dists/$CODENAME/main/disks-hppa/current/64/linux.bin \ + --bootloader=$CDROOT/install/iplboot \ + --ramdisk=$CDROOT/dists/$CODENAME/main/disks-hppa/current/root.bin \ --init-cdrom=$CDIMAGE --configfile=/dev/null