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