Skip to content

Commit

Permalink
boot: larger USB image size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-TUD committed Aug 2, 2019
1 parent f286db6 commit 68aa1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/boot/x86/images.sh
Expand Up @@ -154,7 +154,7 @@ EOF

# determine size and add a bit of space
size=`du -sm $tmp | cut -f 1`
size=$((size + $size / 2))
size=$((size + $size))

# create disk
./tools/disk.py create --offset 2048 --part ext3 $size $tmp $1/usb.img
Expand Down

0 comments on commit 68aa1f9

Please sign in to comment.