From 03cd6cded01d466daa65c6390db3532b97005c42 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Feb 2013 09:19:07 +0100 Subject: 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. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index eb8b977d8..7c2fd1b36 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -707,7 +707,7 @@ Set_defaults () ;; *) - LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae 486}" + LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486}" ;; esac ;; -- cgit v1.2.3