diff --git a/Makefile b/Makefile index 73880c2..f341963 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ files: packages commands: files @echo " * Running Commands..." @echo " -- Setup local start" - @ln -s /etc/init.d/local target/etc/runlevels/default/local + @ln -s /etc/init.d/local target/etc/runlevels/default/local 2>/dev/null || true .PHONY: build-overlay build-overlay: commands