Difference between revisions of "User talk:RezoApio"
Line 19: | Line 19: | ||
and I do prefer vi ;-) | and I do prefer vi ;-) | ||
+ | |||
+ | |||
+ | when installing FB got a failed get in one of the package so need to apt-get update. | ||
+ | After that ldconfig could not be run as /sbin was missing from the PATH | ||
+ | |||
+ | so change mine to be now PATH=/bin:/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/bin:/opt/sbin |
Revision as of 23:11, 4 December 2009
First time trying to do edit on the site so I prefer writing here to allow review.
From the bash setup page. I do not understand at the profile.d file creation. It works for me with w file called william in it but how could it work with a name different from the one you log in ?
Also I do not quite get why you are using the mount -o remount.... option when the rootfs_open -o script should do the same no ?
Hope that helps and thanks a lot to help me get my hand on this wonderful device.
Now that I have followed the tuto, I cannot even vi in the bash shell ??? is the PATH variable ok ?
must add /bin: to the PATH variable else you lose some func. Also best to use the color ls from /opt rather than normal ls in the shell
My /etc/profile.d/william
alias ls='/opt/bin/ls --color -aF' alias ll='/opt/bin/ls --color -alF' PATH=/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/bin:/opt/sbin export PATH
and I do prefer vi ;-)
when installing FB got a failed get in one of the package so need to apt-get update.
After that ldconfig could not be run as /sbin was missing from the PATH
so change mine to be now PATH=/bin:/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/bin:/opt/sbin