Skip to content

Commit

Permalink
Do not mark kernel and uboot
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 29, 2017
1 parent 0bcb3ca commit 5e63649
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions simpleimage/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5e63649

Please sign in to comment.