Fix fdisk command

We want it to create a partition to the end of the file.
This commit is contained in:
aheirman 2021-03-28 15:59:57 +02:00 committed by GitHub
parent bdaa75904a
commit 993c3adf6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ n
p p
1 1
${PARTITION_START} ${PARTITION_START}
w w
" | fdisk iglunix.img " | fdisk iglunix.img