Skip to content

Commit

Permalink
Remove problematic stdout -l print in fdisk
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chan <[email protected]>
  • Loading branch information
erichchan999 committed Jul 5, 2024
1 parent 379599a commit 0c623d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/mkvirtdisk
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ done
echo w # Write changes
} | fdisk $DISK_IMAGE

fdisk -l $DISK_IMAGE

# Create the FAT filesystem
rm -f $BUILD_DIR/fat.img
mkfs.fat -C $BUILD_DIR/fat.img $(( (FS_COUNT * FDISK_LSIZE) / 1024 ))
Expand Down

0 comments on commit 0c623d0

Please sign in to comment.