Removing explicit defaults from example image build script.

This commit is contained in:
Daniel Baumann 2009-02-14 15:47:19 +01:00
parent 662db4db1c
commit 3346105190
1 changed files with 1 additions and 2 deletions

View File

@ -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