mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] defenv-2: set username to 'none'
@ 2012-10-24  7:48 Sascha Hauer
  2012-10-24  8:06 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2012-10-24  7:48 UTC (permalink / raw)
  To: barebox

The current 'sha' setting, though admittedly very convenient for me,
was never intended to be in mainline.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 defaultenv-2/base/init/general |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaultenv-2/base/init/general b/defaultenv-2/base/init/general
index 98a92d1..1de06ce 100644
--- a/defaultenv-2/base/init/general
+++ b/defaultenv-2/base/init/general
@@ -6,7 +6,7 @@ if [ "$1" = menu ]; then
 fi
 
 # user (used for network filenames)
-global.user=sha
+global.user=none
 
 # timeout in seconds before the default boot entry is started
 global.autoboot_timeout=3
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-24  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-24  7:48 [PATCH] defenv-2: set username to 'none' Sascha Hauer
2012-10-24  8:06 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-24  8:49   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox