Skip to content

Commit

Permalink
fix: cannot symlink /dev/null at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jun 28, 2024
1 parent 015fcb3 commit a2ad51e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ad51e

Please sign in to comment.