Add extra 512MB in size

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-01-21 18:16:17 +01:00
parent 40290c0d57
commit ae4289ac98
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ bootloader --location=none --disabled
zerombr
clearpart --all --initlabel --disklabel=gpt
part / --fstype="ext4" --size=7168
part / --fstype="ext4" --size=7680
# Halt the system once configuration has finished.
poweroff