diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 10:23:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-11 10:23:08 +0100 |
commit | 8e94824fe970f0996a6937e4b0e9a0c0da320911 (patch) | |
tree | 0e8e70a09d4f23d4214689b5f70619e647e8ce60 | |
parent | 6e3fa37642f779fae42472925898432ba4a52ad5 (diff) | |
download | vyos-live-build-8e94824fe970f0996a6937e4b0e9a0c0da320911.tar.gz vyos-live-build-8e94824fe970f0996a6937e4b0e9a0c0da320911.zip |
Fixing wrong kernel flavour warning message on m68k.
-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 d95d755ac..69181b64a 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -361,7 +361,7 @@ Set_defaults () ;; m68k) - LH_LINUX_FLAVOURS="You need to specify the linux kernel flavour manually on m68k (FIXME)." + Echo_error "You need to specify the linux kernel flavour manually on m68k (FIXME)." exit 1 ;; |