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/live-helper.en.7 | |
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/live-helper.en.7')
-rw-r--r-- | manpages/live-helper.en.7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/live-helper.en.7 b/manpages/live-helper.en.7 index bef929958..67fbebbbb 100644 --- a/manpages/live-helper.en.7 +++ b/manpages/live-helper.en.7 @@ -189,6 +189,8 @@ installs syslinux into binary build harddisk binary image .IP "\fBlh_binary_usb-hdd\fR(1)" 4 build binary usb-hdd image +.IP "\fBlh_binary_virtual-hdd\fR(1)" 4 +build binary virtual-hdd image .IP "\fBlh_binary_win32-loader\fR(1)" 4 installs win32-loader into binary .IP "\fBlh_binary_yaboot\fR(1)" 4 @@ -210,6 +212,8 @@ build source net image build source tarball .IP "\fBlh_source_usb-hdd\fR(1)" 4 build source usb-hdd image +.IP "\fBlh_source_virtual-hdd\fR(1)" 4 +build source virtual-hdd image .SH CONFIG FILES Many live\-helper commands make use of files in the \fIconfig/\fR directory to control what they do. Besides the common \fIconfig/common\fR, which is used by all live\-helper commands, some additional files can be used to configure the behavior of specific live\-helper commands. These files are typically named config/stage or config/stage_helper (where "stage" of course, is replaced with the name of the stage that they belong to, and "helper" with the name of the helper). |