Skip to content

Commit

Permalink
chore: drop the -f flag for rm for udev build
Browse files Browse the repository at this point in the history
This allows to see which rules are not present (speficially for
80-net-name-rules, which is not present at all).

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 26, 2024
1 parent 653d423 commit b08cc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd-udevd/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ steps:
cp --preserve=links /installroot/usr/lib/libudev.* /rootfs/usr/lib/
# Already built this
rm -rf /rootfs/usr/lib/udev/hwdb.d
rm -f /rootfs/usr/lib/udev/rules.d/{README,60-cdrom_id.rules,60-persistent-alsa.rules,60-persistent-v4l.rules,64-btrfs.rules,70-joystick.rules,70-mouse.rules,70-touchpad.rules,78-sound-card.rules,80-net-name-slot.rules,90-vconsole.rules,99-systemd.rules}
rm /rootfs/usr/lib/udev/rules.d/{README,60-cdrom_id.rules,60-persistent-alsa.rules,60-persistent-v4l.rules,64-btrfs.rules,70-joystick.rules,70-mouse.rules,70-touchpad.rules,78-sound-card.rules,90-vconsole.rules,99-systemd.rules}
# Azure csi support
cp /pkg/files/66-azure.rules /rootfs/usr/lib/udev/rules.d/66-azure.rules
finalize:
Expand Down

0 comments on commit b08cc4c

Please sign in to comment.