De-debianizing linux-flavour defaults on i386 and only including 486.

This is 'debranding' in the sense that live-build defaults are for people
building images with a config from scratch, live-build should not
have the options that we use for the official prebuilt debian-live
images as debian-defaults for all images and force that upon everyone
(as defaults). Rather, a 'lb config' should produce a as vanilla as
possible configuration tree.
This commit is contained in:
Daniel Baumann 2013-02-18 09:19:07 +01:00 committed by Daniel Baumann
parent 705df48ec5
commit 03cd6cded0
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ Set_defaults ()
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae 486}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486}"
;;
esac
;;