diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:10:48 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:36:03 +0100 |
commit | f3f391ddc0cce531e5aa1c9e1395de5c39f2d877 (patch) | |
tree | 7f70731625d58ab18291bd7575332ee6a1d9ae4e /helpers/lh_config | |
parent | fa1d552b660cb289e56c5bdee09fc53163cfae2c (diff) | |
download | vyos-live-build-f3f391ddc0cce531e5aa1c9e1395de5c39f2d877.tar.gz vyos-live-build-f3f391ddc0cce531e5aa1c9e1395de5c39f2d877.zip |
lh_config: add jffs2 in supported filesystems
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 218d9059d..02056f381 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -45,7 +45,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--cache-stages STAGE|\"STAGES\"]\n\ \t [--checksums enabled|disabled]\n\ \t [--chroot-build enabled|disabled]\n\ -\t [--chroot-filesystem ext2|ext3|squashfs|plain]\n\ +\t [--chroot-filesystem ext2|ext3|squashfs|plain|jffs2]\n\ \t [-c|--conffile FILE]\n\ \t [--debconf-frontend dialog|editor|noninteractive|readline]\n\ \t [--debconf-nowarnings enabled|disabled]\n\ |