mirror of
https://github.com/systemd/systemd.git
synced 2025-03-24 14:50:17 +03:00
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:
parent
c9151d5c4a
commit
74387d79fb
@ -13,7 +13,7 @@ Format=raw_btrfs
|
||||
Bootable=yes
|
||||
|
||||
[Partitions]
|
||||
RootSize=2G
|
||||
RootSize=3G
|
||||
|
||||
[Packages]
|
||||
Cache=/var/cache/pacman/pkg/
|
||||
|
Loading…
x
Reference in New Issue
Block a user