From 5baccbc19fd568870403aaf68cb9b6f71a50ab06 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 28 Jul 2014 16:42:33 -0500 Subject: [PATCH] lib: going to use uname_r=current ass trigger Signed-off-by: Robert Nelson --- lib/debian-finish.sh | 1 - lib/ubuntu-finish.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/debian-finish.sh b/lib/debian-finish.sh index f86402b..8cc5553 100644 --- a/lib/debian-finish.sh +++ b/lib/debian-finish.sh @@ -173,7 +173,6 @@ if [ "x${conf_smart_uboot}" = "xenable" ] ; then cp /boot/initrd.img-`uname -r` /boot/uboot/boot/initrd.img-current fi else - touch /boot/uboot/boot/trampoline.uboot wfile="/boot/uboot/boot/uEnv.txt" echo "uname_r=current" > ${wfile} cp /boot/vmlinuz-`uname -r` /boot/uboot/boot/vmlinuz-current diff --git a/lib/ubuntu-finish.sh b/lib/ubuntu-finish.sh index d913138..396bc58 100644 --- a/lib/ubuntu-finish.sh +++ b/lib/ubuntu-finish.sh @@ -143,7 +143,6 @@ if [ "x${conf_smart_uboot}" = "xenable" ] ; then cp /boot/initrd.img-`uname -r` /boot/uboot/boot/initrd.img-current fi else - touch /boot/uboot/boot/trampoline.uboot wfile="/boot/uboot/boot/uEnv.txt" echo "uname_r=current" > ${wfile} cp /boot/vmlinuz-`uname -r` /boot/uboot/boot/vmlinuz-current