diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:10:48 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:15:50 -0300 |
commit | 5cdd8df09110f418bbdcd1f1a233888de3bf7cb1 (patch) | |
tree | 7f70731625d58ab18291bd7575332ee6a1d9ae4e /helpers/lh_config | |
parent | b6149744e322e1d1cb3e8310a9a447d7ab16ae8a (diff) | |
download | vyos-live-build-5cdd8df09110f418bbdcd1f1a233888de3bf7cb1.tar.gz vyos-live-build-5cdd8df09110f418bbdcd1f1a233888de3bf7cb1.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\ |