Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.48 KB

build-ublue

udev-rules

A layer for adding extra udev rules to your image. Use this for better hardware support!

Usage

Add this to your Containerfile to copy the rules over:

COPY --from=ghcr.io/ublue-os/udev-rules:latest /ublue-os-udev-rules /

Or if you prefer to install via an RPM package:

COPY --from=ghcr.io/ublue-os/udev-rules:latest /ublue-os-udev-rules.noarch.rpm /
RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm

Features

Feel free to PR more rules into this repo! Ideally as they get added upstream we can remove them here. Note that this image only contains the udev rules, you must still install and configure the software that needs these rules.

Adding rules

If you have a rule you want to contribute send a pull request by adding the rule into etc/udev/rules.d

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/ublue-os/udev-rules