mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
loader: actually change the staging slop
Reviewed by: imp, kib Pull Request: https://github.com/freebsd/freebsd-src/pull/1381
This commit is contained in:
parent
f144058b40
commit
c105113752
@ -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 New Issue
Block a user