Correcting typo in example image build script.

This commit is contained in:
Daniel Baumann 2009-02-14 13:42:28 +01:00
parent 267de1191c
commit 662db4db1c
1 changed files with 2 additions and 2 deletions

View File

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