Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix booting from submenu (bsc #957893) #4

Merged
merged 1 commit into from
Dec 4, 2015
Merged

fix booting from submenu (bsc #957893) #4

merged 1 commit into from
Dec 4, 2015

Conversation

wfeldt
Copy link
Member

@wfeldt wfeldt commented Dec 4, 2015

The boot option field was not properly setup immediately after entering or
leaving a submenu. This caused the kernel commandline to be not properly
assembled.

Using the cursor keys in between corrected it, so this was noticeable only
for the top submenu entry.

The boot option field was not properly setup immediately after entering or
leaving a submenu. This caused the kernel commandline to be not properly
assembled.

Using the cursor keys in between corrected it, so this was noticeable only
for the top submenu entry.
@@ -207,7 +207,7 @@
pop

main.recalc
main.redraw
true main.redraw
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would find it more readable when using a symbol instead of a boolean parameter:

/with_boot_options main.redraw
/without_boot_options main.redraw

If I understand the language right, that would be translated with this argument parsing code prepended to main.redraw:

/with_boot_options eq true false ifelse

@mvidner
Copy link
Member

mvidner commented Dec 4, 2015

Just a suggestion, otherwise LGTM.

wfeldt added a commit that referenced this pull request Dec 4, 2015
fix booting from submenu (bsc #957893)
@wfeldt wfeldt merged commit db67638 into master Dec 4, 2015
@wfeldt wfeldt deleted the bsc_957893 branch December 4, 2015 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants