Reworked post-boot-hppa to hardcode path to palo, and to ensure

1_NONUS.raw is built properly.
This commit is contained in:
Richard Hirst 2002-04-23 22:50:35 +00:00
parent 26ac1136ec
commit cd1ced40f2
2 changed files with 7 additions and 5 deletions

2
debian/changelog vendored
View File

@ -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 <hertzog@debian.org> Mon, 15 Apr 2002 13:16:25 +0200

View File

@ -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