diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-05-03 15:53:27 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-05-03 16:03:10 +0200 |
commit | 279a149d8a2e01a7fbb7e002c5a38e4b82ccd74e (patch) | |
tree | 15e180ee76e6665f52f6b32bffc633605e002615 /scripts/build/config | |
parent | f93e83e351193a93c0a529798f7d01997c9d0909 (diff) | |
download | vyos-live-build-279a149d8a2e01a7fbb7e002c5a38e4b82ccd74e.tar.gz vyos-live-build-279a149d8a2e01a7fbb7e002c5a38e4b82ccd74e.zip |
Dropping automagics for ubuntu.
Future live-build versions will still allow to use casper,
but its configuration will be done differently by a custom
config tree, rather than embedded and maintenance intensive
code in live-build itself.
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index e526d9276..633590cba 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -91,7 +91,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--mirror-binary URL]\n\ \t [--mirror-binary-security URL]\n\ \t [--mirror-debian-installer URL]\n\ -\t [--mode debian|ubuntu]\n\ +\t [--mode debian]\n\ \t [--system live|normal]\n\ \t [--net-root-filesystem nfs|cfs]\n\ \t [--net-root-mountoptions OPTIONS]\n\ |