From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: Re: root zsh to bash Date: Wed, 20 Mar 2019 20:47:15 -0400 Message-ID: References: <874l7x3gso.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6lyL-0000d0-AI for help-guix@gnu.org; Wed, 20 Mar 2019 20:54:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6lsA-00080w-IG for help-guix@gnu.org; Wed, 20 Mar 2019 20:47:55 -0400 Received: from forward100j.mail.yandex.net ([5.45.198.240]:34318) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6ls9-0007ug-Qf for help-guix@gnu.org; Wed, 20 Mar 2019 20:47:54 -0400 In-reply-to: <874l7x3gso.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: Help Guix Ricardo Wurmus writes: > mikadoZero writes: > >> I am trying to switch the root user from zsh to bash. >> >> The relevant part of my system configuration is: >> >> (users (cons (user-account >> (name "guix") >> (group "users") >> (supplementary-groups '("wheel" "netdev" "audio")) >> (home-directory "/home/guix")) >> %base-user-accounts)) > ... > I suppose you can just use chsh to change the root user=E2=80=99s default= shell. Thank you for the suggestion. chsh did not work for me: `chsh -s /run/current-system/profile/bin/bash`=20 chsh: PAM: Authentication failure This worked for me: add to .bash_profile: export VISUAL=3D"emacs" `vipw` Change roots shell to: /run/current-system/profile/bin/bash