summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-14 15:47:19 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:42 +0100
commit3346105190f504e86b6688bf79a5248a1c586c62 (patch)
treea28ae75aeefb8fcb2a251c442aa911804a6eeb00 /examples
parent662db4db1c8a5f7f561da6ad6ccfc89c96f0678b (diff)
downloadlive-build-3346105190f504e86b6688bf79a5248a1c586c62.zip
live-build-3346105190f504e86b6688bf79a5248a1c586c62.tar.gz
Removing explicit defaults from example image build script.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/images.sh3
1 files changed, 1 insertions, 2 deletions
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