Merge pull request #75 from jlxip/TomHangs

stivale2: fix stivale2_load parameters
This commit is contained in:
mint 2021-02-25 04:18:23 +01:00 committed by GitHub
commit 8ff991f14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ void entry(uint8_t _boot_drive, int boot_from) {
if (!strcmp(proto, "stivale")) {
stivale_load(config, cmdline);
} else if (!strcmp(proto, "stivale2")) {
stivale2_load(config, cmdline, boot_from);
stivale2_load(config, cmdline, booted_from_pxe);
} else if (!strcmp(proto, "linux")) {
linux_load(config, cmdline);
} else if (!strcmp(proto, "chainload")) {