diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 04:25:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 04:25:18 +0000 |
commit | 827b3c91b4222d683c25a7be01c4f25334347111 (patch) | |
tree | bba7a6400bb0d3709c76d3915d51ce19cec0f7e2 /lh-config.dist | |
parent | 658b072c3d4808d2528ca160204af51cb104c244 (diff) | |
download | lh-bootstrap-827b3c91b4222d683c25a7be01c4f25334347111.tar.xz |
Try to accommodate libguestfs
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 2292afd..0767627 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -37,3 +37,6 @@ USERFS_SIZE=128M # The device on which to spawn an early getty. # Leave empty for no early getty. CONSOLE= + +# Where to find your supermin for libguestfs. (Don't ask.) +# LIBGUESTFS_PATH= |