Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion live/live-root/etc/systemd/system/live-root-shell.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ After=agama-hostname.service
[Service]
TTYPath=/dev/tty8
StandardInput=tty
ExecStart=/usr/bin/bash
# run as login shell to set the defaults from /etc/profile
ExecStart=/usr/bin/bash --login
# start it again after crashing or accidentally closing the shell via "exit" or Ctrl+D
Restart=always
Type=exec
Expand Down
7 changes: 7 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 1 14:46:08 UTC 2026 - Ladislav Slezák <lslezak@suse.com>

- Run the shell at tty8 as a login shell (to initialize some
environment variables like $PAGER from /etc/profile)
(gh#agama-project/agama#3354)

-------------------------------------------------------------------
Tue Mar 31 14:28:52 UTC 2026 - Shawn Dunn <sfalken@opensuse.org>

Expand Down
Loading