diff --git a/live/live-root/root/.bash_history b/live/live-root/root/.bash_history new file mode 100644 index 0000000000..312f4df826 --- /dev/null +++ b/live/live-root/root/.bash_history @@ -0,0 +1,8 @@ +systemctl restart agama.service agama-web-server.service && sleep 2 && systemctl restart x11-autologin.service +less /var/log/YaST2/y2log +journalctl -u agama-web-server.service +journalctl -u agama.service +systemctl status agama-web-server.service +systemctl status agama.service +agama config show | jq +agama logs store diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index a885bbfb51..02318782b4 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 29 11:30:59 UTC 2025 - Ladislav Slezák + +- Predefine some useful commands in the default bash history for + easier use. It can serve also as a hint how to save logs, etc... + ------------------------------------------------------------------- Tue Apr 29 11:08:16 UTC 2025 - Ladislav Slezák