Commit 805af901 authored by Roman Alifanov's avatar Roman Alifanov

example: add update-grub button

parent 7028e9b3
......@@ -163,6 +163,14 @@
lower: 0
step: 1
digits: 0
- name: "Actions"
weight: 10
page: "Boot"
type: custom
settings:
- name: Update GRUB
type: button
set_command: "pkexec /usr/sbin/update-grub 2>&1 | sed 's/:/-/g' | while read line; do echo \"NOTIFY:$line\"; done"
- name: "Main"
weight: 0
page: "Dirs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment