debian/ubuntu-finish.sh this file doesnt exist

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 10 years ago
parent 4bf0f7d3c4
commit 198a3c527f

@ -144,13 +144,6 @@ __EOF__
chmod u+x /etc/init.d/board_tweaks.sh
insserv board_tweaks.sh || true
#Install Correct Kernel Image: (this will fail if the boot partition was re-formated)
if [ -f /boot/uboot/linux-image-*arm*.deb ] ; then
dpkg -x /boot/uboot/linux-image-*arm*.deb /
update-initramfs -c -k `uname -r`
rm -f /boot/uboot/linux-image-*arm*.deb || true
fi
if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then
if [ -f /boot/vmlinuz-`uname -r` ] ; then
cp /boot/vmlinuz-`uname -r` /boot/uboot/zImage

@ -177,13 +177,6 @@ cat > /etc/init/board_tweaks.conf <<-__EOF__
__EOF__
#Install Correct Kernel Image: (this will fail if the boot partition was re-formated)
if [ -f /boot/uboot/linux-image-*arm*.deb ] ; then
dpkg -x /boot/uboot/linux-image-*arm*.deb /
update-initramfs -c -k `uname -r`
rm -f /boot/uboot/linux-image-*arm*.deb || true
fi
if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then
if [ -f /boot/vmlinuz-`uname -r` ] ; then
cp /boot/vmlinuz-`uname -r` /boot/uboot/zImage

Loading…
Cancel
Save