From 5e6364930116e7ed266f6615f998a6cc939cb40d Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sat, 29 Apr 2017 20:49:39 +0200 Subject: [PATCH] Do not mark kernel and uboot --- simpleimage/make_rootfs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/simpleimage/make_rootfs.sh b/simpleimage/make_rootfs.sh index cf8672f2..46ed56d3 100755 --- a/simpleimage/make_rootfs.sh +++ b/simpleimage/make_rootfs.sh @@ -163,10 +163,6 @@ add_platform_scripts() { cp -av ./platform-scripts/* "$DEST/usr/local/sbin" chown root.root "$DEST/usr/local/sbin/"* chmod 755 "$DEST/usr/local/sbin/"* - - # Set Kernel and U-boot update version - do_chroot /usr/bin/env MARK_ONLY=1 /usr/local/sbin/pine64_update_kernel.sh - do_chroot /usr/bin/env MARK_ONLY=1 /usr/local/sbin/pine64_update_uboot.sh } add_mackeeper_service() {