all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mikadoZero <mikadozero@yandex.com>
To: Help Guix <help-guix@gnu.org>
Subject: root zsh to bash
Date: Tue, 19 Mar 2019 18:53:32 -0400	[thread overview]
Message-ID: <cuc1s32mq6r.fsf@yandex.com> (raw)

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))

Reconfiguring and rebooting does not switch the shell for root.

The root user's shell is still zsh.  I know it is the zsh by it's prompt
string.

zsh is not listed as a package in the system configuration or the root
user's manifest.

`which zsh`
zsh not found

The line for root in /etc/passwd end with the shell:

/gnu/store/ia34lsanp33vaf32yhw2nnpnm2pc2g1y-zsh-5.6.2/bin/zsh

Any ideas of how I can get the root user's shell switched from zsh to
bash?

             reply	other threads:[~2019-03-19 23:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-19 22:53 mikadoZero [this message]
2019-03-20 11:51 ` root zsh to bash Ricardo Wurmus
2019-03-21  0:47   ` mikadoZero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cuc1s32mq6r.fsf@yandex.com \
    --to=mikadozero@yandex.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.