-
Notifications
You must be signed in to change notification settings - Fork 362
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
Feature: menu: add continue option #469
Feature: menu: add continue option #469
Conversation
What's the difference when you can press reboot and boot by partition |
You can continue boot from fastboot. Useful if you built lk2nd with force fastboot option |
Can I just |
Yes, you can. But only if lk2nd built without |
Change to draft. I need to modify fastboot continue cmd |
Fair enough. So we need this option only when |
FTR: I'd generally prefer as few changes to the original CAF code as possible. In this case I too wonder why just using |
It won't use lk2nd boot(from extlinux conf) |
well, it's supposed to... https://github.com/msm8916-mainline/lk2nd/blob/main/app/aboot/aboot.c#L4676 |
Oh, my bad. Sorry. I think the GUI menu can be used in different scenarios. For example, you can continue booting without a PC. I understand your point. But I think it is rational to reuse the code |
I don't mind adding a menu item for "continue" as long as it ends up just calling the same |
Thanks. I will edit my changes |
f597507
to
d433519
Compare
Do i need to add |
d433519
to
930f0fb
Compare
Thanks! Also just in case would like to clarify that this "extern" pattern as was suggested is generally bad but we make an exception here since we want to avoid touching code outside of /lk2nd dir as much as possible :) |
shakaled.mp4