We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcb3ca commit 5e63649Copy full SHA for 5e63649
simpleimage/make_rootfs.sh
@@ -163,10 +163,6 @@ add_platform_scripts() {
163
cp -av ./platform-scripts/* "$DEST/usr/local/sbin"
164
chown root.root "$DEST/usr/local/sbin/"*
165
chmod 755 "$DEST/usr/local/sbin/"*
166
-
167
- # Set Kernel and U-boot update version
168
- do_chroot /usr/bin/env MARK_ONLY=1 /usr/local/sbin/pine64_update_kernel.sh
169
- do_chroot /usr/bin/env MARK_ONLY=1 /usr/local/sbin/pine64_update_uboot.sh
170
}
171
172
add_mackeeper_service() {
0 commit comments