瀏覽代碼

Create rootfs.patch

kiddin9 3 年之前
父節點
當前提交
bf30687ffa
共有 1 個文件被更改,包括 10 次插入0 次删除
  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 \