Skip to content

Commit

Permalink
redirect to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 23, 2023
1 parent a1e36ad commit e4e683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ pub trait ImageCreator {
// format EFI partition
cmd_lib::run_cmd!(
mkfs.fat -F32 ${loop_dev}p$part_num -n EFI;
mkfs.fat -F32 ${loop_dev}p$part_num -n 2>&1;
)?;
efi_num = Some(part_num);
Expand Down

0 comments on commit e4e683f

Please sign in to comment.