We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425dda7 commit d2af987Copy full SHA for d2af987
2 files changed
extra-patches/0008-mlxbf_bootctl_optional.patch
@@ -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
@@ -2,3 +2,4 @@
0005-Run-go-mod-tidy.patch
0006-Run-go-mod-vendor.patch
0007-append-uuid-to-config-url.patch
+0008-mlxbf_bootctl_optional.patch
0 commit comments