[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-9-g0fa1ab0

Daniel Baumann daniel at debian.org
Sat Feb 14 14:49:15 UTC 2009


The following commit has been merged in the master branch:
commit 0fa1ab08617a91128dd290bc710e203a1b39ae68
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 14 15:47:19 2009 +0100

    Removing explicit defaults from example image build script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 32bea34..092800b 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -50,12 +50,11 @@ do
 			i386)
 				case "${FLAVOUR}" in
 					standard|rescue|lxde-desktop|xfce-desktop)
-						KERNEL="-k '486 686'"
 						INDICES="enabled"
 						;;
 
 					gnome-desktop|kde-desktop)
-						KERNEL="-k '686'"
+						KERNEL="-k 686"
 						INDICES="none"
 						;;
 				esac

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list