mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
loader: actually change the staging slop
Reviewed by: imp, kib Pull Request: https://github.com/freebsd/freebsd-src/pull/1381 (cherry picked from commit c10511375252e53d6c9fe47f97e254f1380a89c5)
This commit is contained in:
parent
47a360ff22
commit
806e2accc3
1 changed files with 2 additions and 0 deletions
|
|
@ -268,7 +268,9 @@ command_staging_slop(int argc, char *argv[])
|
|||
res = CMD_ERROR;
|
||||
}
|
||||
if (res == CMD_OK && staging_slop != new) {
|
||||
staging_slop = new;
|
||||
printf("changed slop, unloading kernel\n");
|
||||
|
||||
unload();
|
||||
efi_copy_free();
|
||||
efi_copy_init();
|
||||
|
|
|
|||
Loading…
Reference in a new issue