From b30745d81cc7367126919cb79a1de9994ec090fc Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 16 Apr 2013 03:49:18 -0500 Subject: [PATCH] regression: its zreladdr in SOC.sh Signed-off-by: Robert Nelson --- lib/debian-finish.sh | 2 +- lib/ubuntu-finish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/debian-finish.sh b/lib/debian-finish.sh index de563f0..2a6abe9 100644 --- a/lib/debian-finish.sh +++ b/lib/debian-finish.sh @@ -148,7 +148,7 @@ if [ -f /boot/uboot/linux-image-*_1.0*_arm*.deb ] ; then if [ "x${boot_image}" == "xbootm" ] ; then mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d /boot/initrd.img-`uname -r` /boot/uboot/uInitrd - mkimage -A arm -O linux -T kernel -C none -a ${conf_zreladdr} -e ${conf_zreladdr} -n `uname -r` -d /boot/vmlinuz-`uname -r` /boot/uboot/uImage + mkimage -A arm -O linux -T kernel -C none -a ${zreladdr} -e ${zreladdr} -n `uname -r` -d /boot/vmlinuz-`uname -r` /boot/uboot/uImage fi else echo "ERROR: [/boot/uboot/linux-image-*.deb] missing" >> /var/log/netinstall.log diff --git a/lib/ubuntu-finish.sh b/lib/ubuntu-finish.sh index c200947..308a03a 100644 --- a/lib/ubuntu-finish.sh +++ b/lib/ubuntu-finish.sh @@ -169,7 +169,7 @@ if [ -f /boot/uboot/linux-image-*_1.0*_arm*.deb ] ; then if [ "x${boot_image}" == "xbootm" ] ; then mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d /boot/initrd.img-`uname -r` /boot/uboot/uInitrd - mkimage -A arm -O linux -T kernel -C none -a ${conf_zreladdr} -e ${conf_zreladdr} -n `uname -r` -d /boot/vmlinuz-`uname -r` /boot/uboot/uImage + mkimage -A arm -O linux -T kernel -C none -a ${zreladdr} -e ${zreladdr} -n `uname -r` -d /boot/vmlinuz-`uname -r` /boot/uboot/uImage fi else echo "ERROR: [/boot/uboot/linux-image-*.deb] missing" >> /var/log/netinstall.log