diff --git a/post-install.sh b/post-install.sh index dbcb19fc..c2e41faa 100755 --- a/post-install.sh +++ b/post-install.sh @@ -7,7 +7,8 @@ if [[ "$IMAGE_NAME" == "base" ]]; then fi if [[ -f /usr/lib/udev/rules.d/61-gdm.rules ]]; then - ln -sf /etc/udev/rules.d/61-gdm.rules /dev/null + echo "L /etc/udev/rules.d/61-gdm.rules - - - - /dev/null" \ + >> /usr/lib/tmpfiles.d/gdm-wayland.conf fi systemctl enable rpm-ostreed-automatic.timer