diff options
Diffstat (limited to 'core/scripts/setup-install.sh')
-rw-r--r-- | core/scripts/setup-install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/scripts/setup-install.sh b/core/scripts/setup-install.sh index 7625519..4ca01ff 100644 --- a/core/scripts/setup-install.sh +++ b/core/scripts/setup-install.sh @@ -209,6 +209,7 @@ setup_crux() { vim $CHROOT/etc/fstab echo "1.2.6. Initialization Scripts;" + cp $DIR_CONF/rc.d/* $CHROOT/etc/rc.d/ cp $DIR_CONF/rc.conf $CHROOT/etc/ vim $CHROOT/etc/rc.conf |