diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
commit | f9edbe95d326fb8a14e0f4335eb63065f76ecf66 (patch) | |
tree | 70551ec81b9575b995139832a7e75db0704c0eb0 /functions | |
parent | dd61ccbfe48c25eab0fd439f2c94dcb0f29c6dfb (diff) | |
download | vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.tar.gz vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.zip |
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index d73aee9ee..340e42a8f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -498,7 +498,7 @@ Set_defaults () case "${LH_ARCHITECTURE}" in arm|armel) Echo_error "There is no default kernel flavour defined for your architecture." - Echo_error "Please configure it manually with 'lh config -k FLAVOUR'." + Echo_error "Please configure it manually with 'lb config -k FLAVOUR'." exit 1 ;; |