From: Taro Yamada Date: Fri, 22 Feb 2019 08:16:34 +0000 (+0900) Subject: mkosi: (Archlinux) increase the size of root partition. X-Git-Tag: v242-rc1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74387d79fb221d3508c96a0299931f1fcb3fb997;p=thirdparty%2Fsystemd.git 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. --- diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch index aabfd52ad1a..0561fece11f 100644 --- a/.mkosi/mkosi.arch +++ b/.mkosi/mkosi.arch @@ -13,7 +13,7 @@ Format=raw_btrfs Bootable=yes [Partitions] -RootSize=2G +RootSize=3G [Packages] Cache=/var/cache/pacman/pkg/