Increase disk size for Minimal

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-11-12 09:13:26 +01:00
parent 6d7de7822b
commit 165966ee96
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=1256
part / --fstype="ext4" --size=1536
# Halt the system once configuration has finished.
poweroff