summaryrefslogtreecommitdiffstats
path: root/application/modules/bootloader/views/scripts/env/bootmenu.dialog
blob: 7cbf43e443502c429a7fe6c5f6aa5f5039be0d31 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

while [ "x$(cat result)" = "x" ] ; do
  dialog --no-cancel --menu "OpenSLX Boot Menu" 20 65 <?= $this->bootmenu ?> 2>result
done

<?= $this->bootmenu_mapping ?>