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 Dec 18, 2023
1 parent 31d24b8 commit 80c5a91
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 80c5a91

Please sign in to comment.