summaryrefslogtreecommitdiff
path: root/examples/cron
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cron')
-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