Skip to content

Commit

Permalink
ignition: Remove partprobe dependency and use partx
Browse files Browse the repository at this point in the history
Partx is already present, but not explicitly mentioned. We can use it
instead of partprobe when adapting the Ignition patch in
flatcar/scripts#1403
  • Loading branch information
pothos committed May 6, 2024
1 parent 8da532c commit 11d4eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install() {
mkswap \
nvme \
sgdisk \
partprobe \
partx \
useradd \
userdel \
usermod \
Expand Down

0 comments on commit 11d4eb0

Please sign in to comment.