Fix an error message which was using the wrong variable to get the
kernel name from.
This commit is contained in:
parent
297c9cab3e
commit
d39b220c77
@ -1226,7 +1226,7 @@ variable current_conf_files
|
||||
|
||||
: load_kernel ( -- ) ( throws: abort )
|
||||
s" load ${kernel} ${kernel_options}" ['] evaluate catch
|
||||
if s" echo Unable to load kernel: ${kernel_name}" evaluate abort then
|
||||
if s" echo Unable to load kernel: ${kernel}" evaluate abort then
|
||||
;
|
||||
|
||||
: read-password { size | buf len -- }
|
||||
|
Loading…
x
Reference in New Issue
Block a user