From 0cb2e0d117dda711a10a1022e45bd4886a6f2b48 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 23 Nov 2011 14:12:13 -0600 Subject: [PATCH] boot partition: dont need old uImage.net Signed-off-by: Robert Nelson --- scripts/debian-finish.sh | 2 +- scripts/ubuntu-finish.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/debian-finish.sh b/scripts/debian-finish.sh index a8ed4e2..7134655 100644 --- a/scripts/debian-finish.sh +++ b/scripts/debian-finish.sh @@ -6,7 +6,7 @@ FINAL_FSTYPE=$(mount | grep /dev/ | grep -v devpts | awk '{print $5}') #Cleanup: NetInstall Files rm -f /boot/uboot/uInitrd.net || true -rm -f /boot/uboot/uImage || true +rm -f /boot/uboot/uImage.net || true #Next: are we using uEnv.txt or boot.scr boot files? if [ -f "/boot/uboot/use_uenv" ]; then diff --git a/scripts/ubuntu-finish.sh b/scripts/ubuntu-finish.sh index 2925974..94405d1 100644 --- a/scripts/ubuntu-finish.sh +++ b/scripts/ubuntu-finish.sh @@ -6,6 +6,7 @@ FINAL_FSTYPE=$(mount | grep /dev/ | grep -v devpts | awk '{print $5}') #Cleanup: NetInstall Files rm -f /boot/uboot/uInitrd.net || true +rm -f /boot/uboot/uImage.net || true #Cleanup: Ubuntu's mess of backup files rm -f /boot/uboot/uInitrd || true