diff options
Diffstat (limited to 'sys/boot/common/module.c')
-rw-r--r-- | sys/boot/common/module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index 192e58d..4f4be9c 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -129,6 +129,7 @@ command_unload(int argc, char *argv[]) file_discard(fp); } loadaddr = 0; + unsetenv("kernelname"); return(CMD_OK); } |