Difference between revisions of "User talk:RezoApio"
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
so change mine to be now PATH=/bin:/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/bin:/opt/sbin | so change mine to be now PATH=/bin:/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/bin:/opt/sbin | ||
+ | |||
+ | script to setup/ remove doom should mount/remove the /dev/pts mounting point too | ||
+ | I have an issue with the keyboard too.. and maybe the screen res ???? | ||
+ | |||
+ | Issue of USB device not ok must be because the /dev is looped somehow when the debian is up. So I can copy after stopping the chroot and unmounting all | ||
+ | |||
+ | Also the issue is having to sudo all command will require to modify the sudoer file ? |
Latest revision as of 20:13, 8 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 ? Maybe not as it seems to reboot the machine completely and not just remount de fs as readonly
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
script to setup/ remove doom should mount/remove the /dev/pts mounting point too I have an issue with the keyboard too.. and maybe the screen res ????
Issue of USB device not ok must be because the /dev is looped somehow when the debian is up. So I can copy after stopping the chroot and unmounting all
Also the issue is having to sudo all command will require to modify the sudoer file ?