Skip to content

Commit

Permalink
chore: stop relying on /usr/etc -> /etc merge (#281)
Browse files Browse the repository at this point in the history
Stop using /usr/etc
  • Loading branch information
p5 authored Aug 10, 2024
1 parent 21667e4 commit f73426f
Show file tree
Hide file tree
Showing 84 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
C %h/.config/mods/mods.yml - - - - /usr/etc/eternal/charm/mods.yml
C %h/.config/mods/mods.yml - - - - /etc/eternal/charm/mods.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
C %h/.config/Code/User/settings.json - - - - /usr/etc/eternal/vscode/settings.json
C %h/.config/Code/User/settings.json - - - - /etc/eternal/vscode/settings.json
4 changes: 2 additions & 2 deletions lumina/scripts/_base/002-setup-manager-permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -euox pipefail

chmod +x /usr/etc/eternal/setup-manager/system.d/*
chmod +x /usr/etc/eternal/setup-manager/user.d/*
chmod +x /etc/eternal/setup-manager/system.d/*
chmod +x /etc/eternal/setup-manager/user.d/*
4 changes: 2 additions & 2 deletions lumina/scripts/_base/999-dryrun-gen-quadlets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -euo pipefail

# Test Quadlets
# To avoid incredibly long outputs, we redirect the output to /dev/null and log only errors
QUADLET_UNIT_DIRS=/usr/etc/containers/systemd /usr/lib/systemd/system-generators/podman-system-generator --dryrun > /dev/null 2>>error.log
QUADLET_UNIT_DIRS=/usr/etc/containers/systemd/users /usr/lib/systemd/system-generators/podman-system-generator --user --dryrun > /dev/null 2>>error.log
QUADLET_UNIT_DIRS=/etc/containers/systemd /usr/lib/systemd/system-generators/podman-system-generator --dryrun > /dev/null 2>>error.log
QUADLET_UNIT_DIRS=/etc/containers/systemd/users /usr/lib/systemd/system-generators/podman-system-generator --user --dryrun > /dev/null 2>>error.log

0 comments on commit f73426f

Please sign in to comment.