Skip to content

install/archiso: use mkinitcpio's add_udev_rule function to add udev rules

nl6720 requested to merge nl6720/mkinitcpio-archiso:add_udev_rule into master

add_udev_rule takes care of adding the executables that the rules invoke, so they do not need to be added manually with add_binary.

Additionally use add_dir instead of running mkdir inside $BUILDROOT.

Merge request reports