From 2e6632339a218330e92e0219d90500c536fbbfb8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 29 Jan 2020 15:25:29 +0000 Subject: Small incremental build fixes (28) --- lh-config.dist | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lh-config.dist') diff --git a/lh-config.dist b/lh-config.dist index 13b4a49..0905191 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -16,12 +16,14 @@ NORMALUSER=nobody # CROSS_BASE=/home/ska/toolchains/cross/$TRIPLE -# Set this to true if you want your created rootfs to be statically linked +# Set this to true if you want your created rootfs to be statically linked. +# By default, it will be true for musl toolchains, false for glibc toolchains. # BUILD_HOST_STATIC=false -# Filesystems size, in megabytes. - -ROOTFS_SIZE=32768 +# Filesystems size, as understood by libguestfs's virt-make-fs +ROOTFS_SIZE=1024M +RWFS_SIZE=512M +USERFS_SIZE=512M # The device on which to spawn an early getty. # Leave empty for no early getty. -- cgit v1.3.1