[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-8-g2884ef4

Daniel Baumann daniel at debian.org
Sat Feb 14 12:44:27 UTC 2009


The following commit has been merged in the master branch:
commit 2884ef41901312b89f8cc374bccff7accf802d01
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 14 13:42:28 2009 +0100

    Correcting typo in example image build script.

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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list