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,26 +112,26 @@ if [ "x${smsc95xx_mem}" != "x" ] ; then
fi fi
cat > /etc/flash-kernel.conf <<-__EOF__ cat > /etc/flash-kernel.conf <<-__EOF__
#!/bin/sh #!/bin/sh
UBOOT_PART=/dev/mmcblk0p1 UBOOT_PART=/dev/mmcblk0p1
echo "flash-kernel stopped by: /etc/flash-kernel.conf" 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 "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" echo "kernel, to use Ubuntu's Kernel remove the next line"
USE_RCN_EE_KERNEL=1 USE_RCN_EE_KERNEL=1
if [ "\${USE_RCN_EE_KERNEL}" ] ; then if [ "\${USE_RCN_EE_KERNEL}" ] ; then
DIST=\$(lsb_release -cs) DIST=\$(lsb_release -cs)
case "\${DIST}" in case "\${DIST}" in
lucid) lucid)
exit 0 exit 0
;; ;;
maverick|natty|oneiric|precise|quantal) maverick|natty|oneiric|precise|quantal)
FLASH_KERNEL_SKIP=yes FLASH_KERNEL_SKIP=yes
;; ;;
esac esac
fi fi
__EOF__ __EOF__

Loading…
Cancel
Save