Age | Commit message (Collapse) | Author | Files |
|
This is a distro setting, not a machine setting
This reverts commit c323496195aaec26055da823a6c0166c7836c6b2.
|
|
If nano is available and EDITOR isn't otherwise set, then use it.
Advanced users who would prefer vi will know how to set EDITOR anyway.
I can clearly see myself being frustrated typing 'export EDITOR=vi'
every time I start a BeagleBoard test ramdisk image, but better me have
that than to try to explain to someone fresh how to use vi.
Updated with feedback from Gary Thomas to avoid overwriting anyone
else's preference.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Have /etc/filesystems try and mount ext4 then ext3 then ext2
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't
set TZ variable if it is present.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
* on some targets HOME is set to '/' before /etc/profile gets sourced
* Haven't found yet, why it's set '/' in first place, but will apply
this workaround proposed by Joachim Ott for now.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* export HOME if it's empty, because xserver-nodm needs that to run
x-window-manager (E17 was creating .e in / not real HOME)
* don't export LANG, as users cannot overwrite it with extra file
in /etc/profile.d/, if it's really needed put extra file there with
default LANG
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
|
|
|
|
|
|
|
|
HP Jornada 6xx.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
|
|
Having current directory (either '.' or empty string) in PATH is considered
dangerous for root.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Phil Blundell <philb@gnu.org>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
Acked-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
|
|
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|