Browse Source

Create rootfs.patch

kiddin9 3 years ago
parent
commit
bf30687ffa
1 changed files with 10 additions and 0 deletions
  1. 10 0
      devices/common/patches/rootfs.patch

+ 10 - 0
devices/common/patches/rootfs.patch

@@ -0,0 +1,10 @@
+--- a/include/rootfs.mk
++++ b/include/rootfs.mk
+@@ -73,7 +73,6 @@ define prepare_rootfs
+ 			ret=$$?; \
+ 			if [ $$ret -ne 0 ]; then \
+ 				echo "postinst script $$script has failed with exit code $$ret" >&2; \
+-				exit 1; \
+ 			fi; \
+ 		done; \
+ 		for script in ./etc/init.d/*; do \