Fix fdisk command
We want it to create a partition to the end of the file.
This commit is contained in:
parent
bdaa75904a
commit
993c3adf6c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ n
|
|||
p
|
||||
1
|
||||
${PARTITION_START}
|
||||
|
||||
w
|
||||
" | fdisk iglunix.img
|
||||
|
||||
|
|
Loading…
Reference in a new issue