cleanup: indent this script

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 13 years ago
parent f37e3277d0
commit 1ceb70868d

@ -112,15 +112,15 @@ if [ "x${smsc95xx_mem}" != "x" ] ; then
fi
cat > /etc/flash-kernel.conf <<-__EOF__
#!/bin/sh
UBOOT_PART=/dev/mmcblk0p1
#!/bin/sh
UBOOT_PART=/dev/mmcblk0p1
echo "flash-kernel stopped by: /etc/flash-kernel.conf"
echo "You are currently running an image built by rcn-ee.net running an rcn-ee"
echo "kernel, to use Ubuntu's Kernel remove the next line"
USE_RCN_EE_KERNEL=1
echo "flash-kernel stopped by: /etc/flash-kernel.conf"
echo "You are currently running an image built by rcn-ee.net running an rcn-ee"
echo "kernel, to use Ubuntu's Kernel remove the next line"
USE_RCN_EE_KERNEL=1
if [ "\${USE_RCN_EE_KERNEL}" ] ; then
if [ "\${USE_RCN_EE_KERNEL}" ] ; then
DIST=\$(lsb_release -cs)
case "\${DIST}" in
@ -131,7 +131,7 @@ if [ "\${USE_RCN_EE_KERNEL}" ] ; then
FLASH_KERNEL_SKIP=yes
;;
esac
fi
fi
__EOF__

Loading…
Cancel
Save