Fix an error message which was using the wrong variable to get the

kernel name from.
This commit is contained in:
Daniel C. Sobral 2000-09-08 16:58:31 +00:00
parent 297c9cab3e
commit d39b220c77

View File

@ -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 -- }