summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-14 13:42:28 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:42 +0100
commit662db4db1c8a5f7f561da6ad6ccfc89c96f0678b (patch)
treef12b809fad0fa3ee198adc35b615f7ce29b0654c /examples
parent267de1191c774361d18e1578fa73a431c3d139e9 (diff)
downloadlive-build-662db4db1c8a5f7f561da6ad6ccfc89c96f0678b.zip
live-build-662db4db1c8a5f7f561da6ad6ccfc89c96f0678b.tar.gz
Correcting typo in example image build script.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/images.sh4
1 files changed, 2 insertions, 2 deletions
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