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
|
p
|
||||||
1
|
1
|
||||||
${PARTITION_START}
|
${PARTITION_START}
|
||||||
|
|
||||||
w
|
w
|
||||||
" | fdisk iglunix.img
|
" | fdisk iglunix.img
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue