![]() |
Re: [Announce] bash as the default shell
Cheers, works perfectly! Just change the /etc/passwd, no need to symlink as that might break stuff ;)
|
Re: [Announce] bash as the default shell
1 Attachment(s)
Thanks for the tip and package! Bash is one of the most important features I need.
Running as user I can use bash with colors by editing .bashrc, but as root the shell falls back to busybox e.g. ls is busybox's and cannot recognize options like --color=auto and accept alias. To solve this, I have to (as root): 1. copy these few lines from .bashrc to /etc/profile: export LS_OPTIONs='--color=auto' eval "`dircolors'" alias ls='ls $LS_OPTIONS' alias ls='ls $LS_OPTIONS -l' alias ls='ls $LS_OPTIONS -la' 2. edit /etc/passwd Not only "root" and "user", but "bin" also has to use "/bin/bash". On top of that, it makes life easier to me to login as root in /home/user rather than /root. so in "root" /home/user (the second last item in "root") becomes the default dir. :D |
Re: [Announce] bash as the default shell
Thanks for the guidelines, though I had to do things a little differently myself.
Firstly, for dircolors to work, coreutils-gnu has to be installed - from titan, who else ;) http://maemo.org/packages/view/coreutils-gnu/ Once this is installed, then there are two options; either add /usr/bin/gnu to the PATH in /etc/profile (but ensure it is the first entry), or alias ls to use gls, so that the lines mentioned (which had a couple of typos) read: Code:
export LS_OPTIONS='--color=auto' Finally, I needed to add /sbin and /usr/sbin to the PATH in /etc/profile too as they are not there by default, but are in rootsh - talking of which, /usr/sbin/gainroot has to be changed for "sudo gainroot" to work, so that it uses /bin/bash and also .bash_history rather than .ash_history. It's a one-line change and really straightforward but I can post it if anyone is stuck. |
Re: [Announce] bash as the default shell
Quote:
Thanks in advance. |
Re: [Announce] bash as the default shell
Okay :) as root, use an editor of your choice (personally mine is nano) and change
Code:
else Code:
else |
Re: [Announce] bash as the default shell
Sorry, forgot to add that the PATH needs changing in the gainroot script too, so that /usr/bin/gnu is in it as in /etc/profile. It would also need to be the first entry if you want the gnu executables to replace the busybox defaults.
|
Re: [Announce] bash as the default shell
I am trying your method and have done these, but the shell (echo $SHELL)is still using busybox (/bin/sh), although gls /w colors is working.
Resource /etc/profile or reboot didn't change anything. :confused: |
Re: [Announce] bash as the default shell
I'm guessing you still have the entries in /etc/passwd so that user and root are using /bin/bash as shell (they're still required, of course)? If so then I'm stumped as to why it would default to /bin/sh..
|
All times are GMT. The time now is 21:05. |
vBulletin® Version 3.8.8