mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Reworked post-boot-hppa to hardcode path to palo, and to ensure
1_NONUS.raw is built properly.
This commit is contained in:
parent
26ac1136ec
commit
cd1ced40f2
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user