Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use WALinuxAgent-udev package for Azure udev rules #786

Merged
merged 2 commits into from
Jan 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions manifest-lock.x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"NetworkManager-tui": {
"evra": "1:1.26.4-1.fc33.x86_64"
},
"WALinuxAgent-udev": {
"evra": "2.2.52-1.fc33.noarch"
},
"acl": {
"evra": "2.2.53-9.fc33.x86_64"
},
Expand Down
1 change: 1 addition & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ packages:
- xfsprogs e2fsprogs btrfs-progs mdadm
- cryptsetup
- cifs-utils
- WALinuxAgent-udev
# Time sync
- chrony
# Allow communication between sudo and SSSD
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh

# We want to provide Azure udev rules as part of the initrd, so that Ignition
# is able to detect disks and act on them.
#
# If the WALinuxAgent-udev package is changed to install the udev rules as
# part of the initramfs, we should drop this module.
#
# See https://bugzilla.redhat.com/show_bug.cgi?id=1909287
# See also https://bugzilla.redhat.com/show_bug.cgi?id=1756173

install() {
inst_multiple \
/usr/lib/udev/rules.d/66-azure-storage.rules \
/usr/lib/udev/rules.d/99-azure-product-uuid.rules
}
28 changes: 0 additions & 28 deletions overlay.d/05core/usr/lib/udev/rules.d/66-azure-storage.rules

This file was deleted.

This file was deleted.