mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
f831800ae0
commit
054b8de67b
@@ -7,11 +7,14 @@ proc get_grub2_dir { } {
|
|||||||
|
|
||||||
if {![file exists $grub2_path]} {
|
if {![file exists $grub2_path]} {
|
||||||
puts ""
|
puts ""
|
||||||
puts "GRUB2 binaries are missing."
|
puts "Port not prepared or outdated:"
|
||||||
puts "You can download the GRUB2 binaries by invoking:"
|
puts " grub2"
|
||||||
puts "\ttool/ports/prepare_port grub2"
|
puts ""
|
||||||
|
puts "You can prepare respectively update it as follows:"
|
||||||
|
puts " [genode_dir]/tool/ports/prepare_port grub2"
|
||||||
puts ""
|
puts ""
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
return $grub2_path
|
return $grub2_path
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user