[SCM] debian-live/live-helper branch, master, updated. 1.0_a35-1-4-g8e94824

Daniel Baumann daniel at debian.org
Sun Nov 11 09:24:14 UTC 2007


The branch, master has been updated
       via  8e94824fe970f0996a6937e4b0e9a0c0da320911 (commit)
       via  6e3fa37642f779fae42472925898432ba4a52ad5 (commit)
      from  e2e653c198c762fb68974095f247158f4b46157e (commit)


- Shortlog ------------------------------------------------------------
8e94824 Fixing wrong kernel flavour warning message on m68k.
6e3fa37 Correcting some language shortcommings.

Summary of changes:
 functions/defaults.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 8e94824fe970f0996a6937e4b0e9a0c0da320911
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 11 10:23:08 2007 +0100

    Fixing wrong kernel flavour warning message on m68k.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index d95d755..69181b6 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
 				;;
 

commit 6e3fa37642f779fae42472925898432ba4a52ad5
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 11 10:21:21 2007 +0100

    Correcting some language shortcommings.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index cc0747a..d95d755 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."
+				LH_LINUX_FLAVOURS="You need to specify the linux kernel flavour manually on m68k (FIXME)."
 				exit 1
 				;;
 
@@ -383,7 +383,7 @@ Set_defaults ()
 				;;
 
 			*)
-				Echo_error "Architecture notyet supported (FIXME)"
+				Echo_error "Architecture not yet supported (FIXME)"
 				;;
 		esac
 	fi

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list