From 582040757e4b71039ddbb8bcf37a2807d7eb5624 Mon Sep 17 00:00:00 2001 From: mudler Date: Tue, 9 Jun 2015 11:01:20 +0200 Subject: [PATCH] [script/sabayon-configuration] ensure bash as shell on root --- script/sabayon-configuration.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/sabayon-configuration.sh b/script/sabayon-configuration.sh index 2f137ee..4fbbc16 100644 --- a/script/sabayon-configuration.sh +++ b/script/sabayon-configuration.sh @@ -43,6 +43,9 @@ eselect profile set default/linux/amd64/13.0/desktop # default to opendns for next stage(s) echo "nameserver 208.67.222.222" > /etc/resolv.conf +# set default shell +chsh -s /bin/bash + rm -rf /etc/make.profile