Skip to content

Commit

Permalink
fix(udev-rules): move relevant rules from systemd
Browse files Browse the repository at this point in the history
Also install elogind into Alpine and Void containers.
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 12, 2024
1 parent 3988704 commit 1ef30c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules.d/00systemd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ EOF
ln_r "$(find_binary true)" "/usr/bin/loginctl"
ln_r "$(find_binary true)" "/bin/loginctl"
inst_rules \
70-uaccess.rules \
71-seat.rules \
73-seat-late.rules \
90-vconsole.rules \
99-systemd.rules

Expand Down
3 changes: 3 additions & 0 deletions modules.d/95udev-rules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ install() {
70-memory.rules \
70-mouse.rules \
70-touchpad.rules \
70-uaccess.rules \
71-seat.rules \
73-seat-late.rules \
75-net-description.rules \
75-probe_mtd.rules \
78-sound-card.rules \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apk add --no-cache \
dosfstools \
dracut \
e2fsprogs \
elogind \
erofs-utils \
eudev \
file \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-void
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN xbps-install -Syu xbps && xbps-install -yu \
e2fsprogs \
edk2-ovmf \
elfutils \
elogind \
erofs-utils \
eudev \
f2fs-tools \
Expand Down

0 comments on commit 1ef30c8

Please sign in to comment.