Skip to content

Commit

Permalink
maybe run partprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 23, 2023
1 parent 262fa64 commit 9a14699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/creator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ pub trait ImageCreator {
cmd_lib::run_cmd!(
lsblk;
partprobe $loop_dev;
ls -l /dev;
ls -l /dev/disk/by-partlabel;
)?;
Expand Down

0 comments on commit 9a14699

Please sign in to comment.