mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
tool/run/load/ipxe: use installed_command
to find lighttpd if it is installed in /usr/sbin
This commit is contained in:
parent
cc5d476fb1
commit
8f5fe6dfe1
@ -96,7 +96,7 @@ proc create_ipxe_config { } {
|
||||
close $fh
|
||||
|
||||
global lighttpd_spawn_id
|
||||
spawn lighttpd -f $conf_file -D
|
||||
spawn [installed_command lighttpd] -f $conf_file -D
|
||||
set lighttpd_spawn_id $spawn_id
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user