Thread: BusyBox v1.18.4
View Single Post
Andy1210's Avatar
Posts: 233 | Thanked: 220 times | Joined on Jan 2010 @ Hungary
#12
I think .profile file not enough, you must install bash3 package, and edit root and user lines in /etc/passwd file (just change /bin/sh to /bin/bash).

Be careful with overwrite, cuz busybox necessary for backupmenu. So if you have big issue, you can't restore backup with it.

.profile file:
Code:
# ~/.profile: executed by Bourne-compatible login shells.

if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export PATH

mesg n
__________________
Nokia N950 - PR1.3
OpenSUSE 12.2 / Windows 8
 

The Following 2 Users Say Thank You to Andy1210 For This Useful Post: