* [PATCH] defaultenv-2: Fix settings entry
@ 2013-05-22 14:24 Steffen Trumtrar
2013-05-23 7:56 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2013-05-22 14:24 UTC (permalink / raw)
To: barebox; +Cc: Steffen Trumtrar
There is no "settings-entries-edit" command. This results in a recursive call
to the settings menu. Use the missing "boot-entries-edit" command instead.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/defaultenv-2/menu/menu/settings b/defaultenv-2/menu/menu/settings
index 3b95d4c..db619af 100644
--- a/defaultenv-2/menu/menu/settings
+++ b/defaultenv-2/menu/menu/settings
@@ -7,7 +7,7 @@ while true; do
menu -e -a -R -m settings -c "$global.editcmd /env/network/eth0" -d "Network settings"
menu -e -a -R -m settings -c "$global.editcmd /env/config" -d "Config settings"
- menu -e -a -m settings -c "settings-entries-edit" -d "Edit settings entries"
+ menu -e -a -m settings -c "boot-entries-edit" -d "Edit boot entries"
menu -e -a -m settings -c "init-entries-edit" -d "Edit init entries"
menu -e -a -R -m settings -c "saveenv || echo \"failed to save environment\" && sleep 2" -d "Save settings"
menu -e -a -m settings -c "menu_exit=true" -d "back"
--
1.8.2.rc2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] defaultenv-2: Fix settings entry
2013-05-22 14:24 [PATCH] defaultenv-2: Fix settings entry Steffen Trumtrar
@ 2013-05-23 7:56 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-05-23 7:56 UTC (permalink / raw)
To: Steffen Trumtrar; +Cc: barebox
On Wed, May 22, 2013 at 04:24:02PM +0200, Steffen Trumtrar wrote:
> There is no "settings-entries-edit" command. This results in a recursive call
> to the settings menu. Use the missing "boot-entries-edit" command instead.
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-23 7:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22 14:24 [PATCH] defaultenv-2: Fix settings entry Steffen Trumtrar
2013-05-23 7:56 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox