]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: (Archlinux) increase the size of root partition.
authorTaro Yamada <archer_ame@yahoo.co.jp>
Fri, 22 Feb 2019 08:16:34 +0000 (17:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Feb 2019 10:53:27 +0000 (19:53 +0900)
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.

.mkosi/mkosi.arch

index aabfd52ad1a09929e5416553c14642b202482416..0561fece11fc9fd58b79daebebff5e21f12cf19e 100644 (file)
@@ -13,7 +13,7 @@ Format=raw_btrfs
 Bootable=yes
 
 [Partitions]
-RootSize=2G
+RootSize=3G
 
 [Packages]
 Cache=/var/cache/pacman/pkg/