diff options
author | Colin Watson <cjwatson@canonical.com> | 2011-06-08 11:30:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-13 20:08:34 +0200 |
commit | abcc4ca9bfc0ca22ce0294616088256062a971fe (patch) | |
tree | 6853d3604638162e2cbaa03ebd6b788a28c1178e /manpages/en | |
parent | f342cd85b8bd0ea30544c429752e0e5b1b09ef7a (diff) | |
download | vyos-live-build-abcc4ca9bfc0ca22ce0294616088256062a971fe.tar.gz vyos-live-build-abcc4ca9bfc0ca22ce0294616088256062a971fe.zip |
Add --swap-file-path and --swap-file-size options (Closes: #629637).
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index c4ec634ba..ac5fc0ba2 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -460,6 +460,10 @@ defines if the security repositories specified in the security mirror options sh defines if a corresponding source image to the binary image should be build. By default this is false because most people do not require this and would require to download quite a few source packages. However, once you start distributing your live image, you should make sure you build it with a source image alongside. .IP "\-s|\fB\-\-source\-images\fR iso|net|tar|usb\-hdd" 4 defines the image type for the source image. Default is tar. +.IP "\fB\-\-swap\-file\-path\fR \fIPATH\fR" 4 +defines the path to a swap file to create in the binary image. Default is not to create a swap file. +.IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4 +defines what size in megabytes the swap file should be, if one is to be created. Default is 512MB. .IP "\fB\-\-syslinux\-splash\fR \fIFILE\fR" 4 defines the file of the syslinux splash graphic that should be used instead of the default one. .IP "\fB\-\-syslinux\-timeout\fR \fISECONDS\fR" 4 |