Skip to content

Commit

Permalink
Fix boot menu (#94)
Browse files Browse the repository at this point in the history
* Fix boot menu

* Update action
  • Loading branch information
pvizeli committed Jul 10, 2018
1 parent 0a018c6 commit 0002d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot-external/bootloader/barebox/menu/10-boot-A/action
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

global linux.bootargs.bootchooser="bootchooser.active=A"

boot system0
2 changes: 2 additions & 0 deletions buildroot-external/bootloader/barebox/menu/20-boot-B/action
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

global linux.bootargs.bootchooser="bootchooser.active=B"

boot system1

0 comments on commit 0002d57

Please sign in to comment.