From d8642e328fd36fab3ffc883ad6ba27e2f44ebc26 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 29 Nov 2014 21:20:06 +0000 Subject: [PATCH] [scripts] some cleanup in inner_chroot_script.sh --- scripts/inner_chroot_script.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/inner_chroot_script.sh b/scripts/inner_chroot_script.sh index b60202f..5747bd4 100755 --- a/scripts/inner_chroot_script.sh +++ b/scripts/inner_chroot_script.sh @@ -76,11 +76,6 @@ sed -i "/^::1/ s/localhost/localhost sabayon/" /etc/hosts # setup postfix local mail aliases newaliases -# DO NOT ENABLE interactive startup !!! -# At this time, plymouth will trigger openrc interactive -# mode if it's not forced to NO. So, disable it completely -# sed -i "/^#rc_interactive=/ s/#//" /etc/rc.conf - # Set Plymouth default theme, newer artwork has the sabayon theme is_ply_sabayon=$(plymouth-set-default-theme --list | grep sabayon) if [ -n "${is_ply_sabayon}" ]; then @@ -117,8 +112,8 @@ eselect opengl set xorg-x11 &> /dev/null # touch /etc/asound.state touch /etc/asound.state -update-pciids -update-usbids +type -f update-pciids && update-pciids +type -f update-usbids && update-usbids echo -5 | etc-update mount -t proc proc /proc