Fedora image: increase /boot from 100M to 500M
This commit is contained in:
parent
746c116700
commit
5e438aafe8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ trap cleanup EXIT
|
||||||
|
|
||||||
# Create partition table, format partitions.
|
# Create partition table, format partitions.
|
||||||
sfdisk --no-reread "$NBD_DEVICE" <<EOF
|
sfdisk --no-reread "$NBD_DEVICE" <<EOF
|
||||||
1M,100M,L,*
|
1M,500M,L,*
|
||||||
,,L
|
,,L
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue