Skip to content

Commit d2af987

Browse files
committed
Ignition patch - mlxbf_bootctl
1 parent 425dda7 commit d2af987

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/dracut/30ignition/module-setup.sh b/dracut/30ignition/module-setup.sh
2+
index 86f24721..df599e8c 100755
3+
--- a/dracut/30ignition/module-setup.sh
4+
+++ b/dracut/30ignition/module-setup.sh
5+
@@ -130,6 +130,6 @@ installkernel() {
6+
7+
# required by nvidiabluefield platform to read ignition file through bootfifo sysfs interface
8+
if [[ ${DRACUT_ARCH:-$(uname -m)} == aarch64 ]]; then
9+
- instmods -c mlxbf_bootctl
10+
+ instmods mlxbf_bootctl
11+
fi
12+
}

extra-patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
0005-Run-go-mod-tidy.patch
33
0006-Run-go-mod-vendor.patch
44
0007-append-uuid-to-config-url.patch
5+
0008-mlxbf_bootctl_optional.patch

0 commit comments

Comments
 (0)