diff --git a/scripts/inner_source_chroot_update.sh b/scripts/inner_source_chroot_update.sh index 5e1baf1..fa5b5c8 100755 --- a/scripts/inner_source_chroot_update.sh +++ b/scripts/inner_source_chroot_update.sh @@ -84,9 +84,7 @@ fi rm -rf /var/lib/entropy/client/packages # Make sure that systemd is still the default init system -eselect sysvinit set systemd eselect init set systemd -eselect settingsd set systemd # copy Portage config from sabayonlinux.org entropy repo to system for conf in package.mask package.unmask package.keywords make.conf package.use; do diff --git a/scripts/mkloopcard_efikamx_chroot_hook.sh b/scripts/mkloopcard_efikamx_chroot_hook.sh index 10d2494..b594155 100755 --- a/scripts/mkloopcard_efikamx_chroot_hook.sh +++ b/scripts/mkloopcard_efikamx_chroot_hook.sh @@ -16,6 +16,5 @@ setup_bootfs_fstab "ext3" # We need OpenRC due to the old kernel eselect init set sysvinit -eselect settingsd set openrc exit 0