Grant the live user passwordless polkit on the ISOs #76
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
monolith-os/monolith!76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "liveuser-polkit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the dead "Install to Hard Drive" button on the noctalia edition ISOs.
liveinst re-execs itself via pkexec. From a terminal pkexec authenticates on the TTY (why liveinst-in-terminal works); from the launcher it needs the session polkit agent, and on the Noctalia live session that fails silently with no dialog, so the click looks dead. Fedora's official live ISOs avoid this by granting liveuser passwordless polkit in their live kickstarts, which titanoboa doesn't use, and livesys-scripts ships no equivalent rule.
Adds the standard liveuser rule in iso/build.sh's live-prep layer, so it exists only on the live medium and never reaches installed systems. Applies to all editions and also silences other live-session polkit prompts.
Verify: dispatch a niri-noctalia ISO after merge, boot it, click Install to Hard Drive.