We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7a06d commit 8a933ddCopy full SHA for 8a933dd
tasks/post/initramfs.yaml
@@ -2,4 +2,4 @@
2
shell:
3
cmd: |
4
kver=$(cd /usr/lib/modules && echo * | awk '{print $1}')
5
- dracut -vf /usr/lib/modules/$kver/initramfs.img $kver
+ # dracut -vf /usr/lib/modules/$kver/initramfs.img $kver
0 commit comments