diff options
Diffstat (limited to 'lh-config.dist')
-rw-r--r-- | lh-config.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lh-config.dist b/lh-config.dist index 0905191..1972a88 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -20,6 +20,12 @@ NORMALUSER=nobody # By default, it will be true for musl toolchains, false for glibc toolchains. # BUILD_HOST_STATIC=false +# Whether or not you want to copy the shared libc from the toolchain. +# By default, the shared libs are copied if the build isn't static. +# You can also optionally manually specify the sysroot to copy the libs from. +# LIBC_COPY= +# LIBC_SYSROOT= + # Filesystems size, as understood by libguestfs's virt-make-fs ROOTFS_SIZE=1024M RWFS_SIZE=512M |