mkosi: (Archlinux) increase the size of root partition.

Currently "mkosi --default .mkosi/mkosi.arch" fails to build the image due to pacman error:

"error: Partition /var/tmp/mkosi-xxx/root too full: yyy blocks needed, zzz blocks free"
"error: not enough free disk space"
"error: failed to commit transaction (not enough free disk space)"

So increase the size to 3G.
This commit is contained in:
Taro Yamada 2019-02-22 17:16:34 +09:00 committed by Yu Watanabe
parent c9151d5c4a
commit 74387d79fb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Format=raw_btrfs
Bootable=yes
[Partitions]
RootSize=2G
RootSize=3G
[Packages]
Cache=/var/cache/pacman/pkg/