This commit is contained in:
Marc Beninca 2023-09-30 14:46:03 +02:00
parent 08972d3817
commit 0dc8e3e6b1
23 changed files with 1607 additions and 0 deletions

11
live/menu/cmd.sh Normal file
View file

@ -0,0 +1,11 @@
menu_init
menuentry 'halt' { halt }
menuentry 'reboot' { reboot }
menuentry 'reload' { menu }
menuentry 'exit normal' { normal_exit }
menuentry 'exit grub' { exit }