From 45aa7be5157b45f9cf450cbdda457e32e101e721 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 22 Jun 2013 23:05:08 +0200 Subject: [PATCH] [scripts] drop eselect settingsd usage, will be phased out --- scripts/inner_source_chroot_update.sh | 2 -- scripts/mkloopcard_efikamx_chroot_hook.sh | 1 - 2 files changed, 3 deletions(-) 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