Added patch from Didier Gaudin which allows init to load configuration

data from files stored in /etc/inittab.d/
This commit is contained in:
Jesse Smith
2020-01-08 19:42:43 -04:00
parent e48bfdc5dc
commit d4cc79bcb9
4 changed files with 81 additions and 13 deletions

View File

@@ -203,6 +203,7 @@ install: all
$(INSTALL_EXEC) $$i $(ROOT)/usr/bin/ ; \
done
# $(INSTALL_DIR) $(ROOT)/etc/
$(INSTALL_DIR) $(ROOT)/etc/inittab.d
# $(INSTALL_EXEC) ../doc/initscript.sample $(ROOT)/etc/
ln -sf halt $(ROOT)/sbin/reboot
ln -sf halt $(ROOT)/sbin/poweroff