diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-23 16:31:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-23 16:31:46 +0000 |
commit | b6da3ac2d9d45831605d6d83c5fdc94987dc5393 (patch) | |
tree | a96af3567da5f6c8f70f8368b8ff82c6f725a415 /lh-config.dist | |
parent | 573817bc72b5f3273bcf2bca6e2d98e105c976b5 (diff) | |
download | lh-bootstrap-b6da3ac2d9d45831605d6d83c5fdc94987dc5393.tar.xz |
Allow for static and dynamic builds
Diffstat (limited to 'lh-config.dist')
-rw-r--r-- | lh-config.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lh-config.dist b/lh-config.dist index 196319a..13b4a49 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -16,6 +16,9 @@ NORMALUSER=nobody # CROSS_BASE=/home/ska/toolchains/cross/$TRIPLE +# Set this to true if you want your created rootfs to be statically linked +# BUILD_HOST_STATIC=false + # Filesystems size, in megabytes. ROOTFS_SIZE=32768 |