diff --git a/Makefile b/Makefile
index 0593299301174362221e68fc707020e2c2ed1943..ae0b0578a797b2009d847f5b2c25faa3db9222e9 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ GENERATE_MAN := $(shell doc/make-man.sh)
 endif
 INSTALL_HTML := $(wildcard doc/$(version)/html/*.html)
 INSTALL_MAN := $(wildcard doc/man/*/*)
-INSTALL_DATA := skel/halt skel/init skel/ishell skel/poweroff skel/rc.init \
+INSTALL_DATA := skel/halt skel/init skel/poweroff skel/rc.init skel/rc.init.container \
 	skel/rc.shutdown skel/reboot skel/shutdown skel/rc.shutdown.final
 INSTALL_CONF := skel/init.conf
 
@@ -269,6 +269,6 @@ lib%.a.xyzzy:
 lib%.so.xyzzy:
 	exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) $^ $(EXTRA_LIBS) $(LDLIBS)
 
-.PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-lib install-include install-man install-html
+.PHONY: it all clean distclean tgz strip install install-dynlib install-libexec install-bin install-lib install-include install-data install-conf install-html install-man
 
 .DELETE_ON_ERROR:
diff --git a/package/modes b/package/modes
index c60f80249fa9bc432cbb021af708e40ec3fd49de..dc9e801f192efd3383706c106ead25769e1e8c86 100644
--- a/package/modes
+++ b/package/modes
@@ -27,9 +27,9 @@ execl-envfile       0755
 halt                0755
 init                0755
 init.conf           0644
-ishell              0755
 poweroff            0755
 rc.init             0755
+rc.init.container   0755
 rc.shutdown         0755
 rc.shutdown.final   0755
 reboot              0755