diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/finishedq.conf')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/finishedq.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/finishedq.conf b/raveos-calamares-theme/etc/calamares/modules/finishedq.conf new file mode 100644 index 0000000..e8729d6 --- /dev/null +++ b/raveos-calamares-theme/etc/calamares/modules/finishedq.conf @@ -0,0 +1,9 @@ +# RaveOS - Calamares finishedq (QML Done oldal) konfiguracio +# +# A finishedq modul QML valtozata. A kulon "Restart now" gomb a QML-bol +# hivja a config.doRestart(true) fuggvenyt, ezert itt a user-unchecked +# a helyes ertek: a "Close installer" gomb NEM indit ujra. +--- +restartNowMode: user-unchecked +restartNowCommand: "systemctl -i reboot" +notifyOnFinished: false |