$def with (disk_profile) $_p("Boot menu")
$if disk_profile: $for disk in disk_profile.get_disks(): $for partition in disk.get_bootable_partitions():
boot
$(_p("Boot %s") % partition.image.name)

$(partition.image.description)

restore
$(_p("Restore %s") % partition.image.name)

$(partition.image.description)

$else:

$_p("No disk profile associated to this computer yet")