diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-25 09:51:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 |
commit | f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6 (patch) | |
tree | 517c37c1229fa05947a3515117c1bbdfd566f3a0 /manpages/lh_config.en.1 | |
parent | ef9121fc23c6eae86ff359cf429af3b096360075 (diff) | |
download | vyos-live-build-f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6.tar.gz vyos-live-build-f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6.zip |
Adding initial support for virtual-hdd binary image type.
Diffstat (limited to 'manpages/lh_config.en.1')
-rw-r--r-- | manpages/lh_config.en.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index 63c1ab91b..322913cbe 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -186,6 +186,10 @@ lh_config \- create configuration for live\-helper .br [\fB\-\-union\-filesystem\fR aufs|unionfs] .br + [\fB\-\-virtual\-root\-filesystem\fR ext3] +.br + [\fB\-\-virtual\-root\-size \fIMB\fR] +.br [\fB\-\-exposed\-root\fR enabled|disabled] .br [\fB\-\-username\fR \fINAME\fR] @@ -389,6 +393,10 @@ defines one or more package tasks to be installed in the live system. This is a sets the path to the templates that live\-helper is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live-helper/templates/. .IP "\fB\-\-union\-filesystem\fR aufs|unionfs" 4 defines whetever to use UnionFS or Aufs as stackable unification filesystem. When building etch images, this defaults to unionfs, everywhere else to aufs. +.IP "\fB\-\-virtual\-root\-filesystem\fR ext3" 4 +defines what filesystem to format the root filesystem when building virtual-hdd images. +.IP "\fB\-\-virtual\-root\-size\fR MB" 4 +defines what size the virtual-hdd image should be. Note that although the default is set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the files are created as sparse files. .IP "\fB\-\-exposed\-root\fR enabled|disabled" 4 FIXME .IP "\fB\-\-username\fR \fINAME\fR" 4 |