diff options
Diffstat (limited to 'manpages/de/lb_config.de.1')
-rw-r--r-- | manpages/de/lb_config.de.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 724f5f6d7..48d76df11 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -66,7 +66,7 @@ .br [\fB\-\-build\-with\-chroot\fP true|false] .br - [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|plain|jffs2] + [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none] .br [\fB\-\-clean\fP] .br @@ -401,13 +401,13 @@ squashfs\-tools and others) do not \fBexactely\fP match what is present at build\-time in the target distribution. Never do disable this option unless you are \fBexactely\fP sure what you are doing and have \fBcompletely\fP\fI understood its consequences.\fP -.IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|plain|jffs2" 4 +.IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none" 4 defines which filesystem type should be used for the root filesystem -image. If you use plain, then no filesystem image is created and the root +image. If you use none, then no filesystem image is created and the root filesystem content is copied on the binary image filesystem as flat files. Depending on what binary filesystem you have choosen, it may not be -possible to build with a plain root filesystem, e.g. fat16/fat32 and plain -don't work as linux does not support to run on them. +possible to build with such a plain root filesystem, e.g. fat16/fat32 will +not work as linux does not support to run directly on them. .IP \fB\-\-clean\fP 4 minimizes config directory by automatically removing unused and thus empty subdirectories. |