|
|
@ -166,10 +166,8 @@ if [ "x${conf_smart_uboot}" = "xenable" ] ; then
|
|
|
|
if [ "x${bootdrive}" = "x${rootdrive}" ] ; then
|
|
|
|
if [ "x${bootdrive}" = "x${rootdrive}" ] ; then
|
|
|
|
rm -f /boot/uboot/boot/uEnv.txt || true
|
|
|
|
rm -f /boot/uboot/boot/uEnv.txt || true
|
|
|
|
else
|
|
|
|
else
|
|
|
|
|
|
|
|
touch /boot/uboot/boot/trampoline.uboot
|
|
|
|
wfile="/boot/uboot/boot/uEnv.txt"
|
|
|
|
wfile="/boot/uboot/boot/uEnv.txt"
|
|
|
|
|
|
|
|
|
|
|
|
cp /boot/vmlinuz-`uname -r` /boot/uboot/boot/vmlinuz-current
|
|
|
|
|
|
|
|
cp /boot/initrd.img-`uname -r` /boot/uboot/boot/initrd.img-current
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
@ -185,4 +183,13 @@ if [ ! "x${optargs}" = "x" ] ; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f /boot/uboot/boot/trampoline.uboot ] ; then
|
|
|
|
|
|
|
|
cp /boot/vmlinuz-`uname -r` /boot/uboot/boot/vmlinuz-current
|
|
|
|
|
|
|
|
cp /boot/initrd.img-`uname -r` /boot/uboot/boot/initrd.img-current
|
|
|
|
|
|
|
|
if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then
|
|
|
|
|
|
|
|
cp /boot/uboot/uImage /boot/uboot/boot/uImage
|
|
|
|
|
|
|
|
cp /boot/uboot/uInitrd /boot/uboot/boot/uInitrd
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|