summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-02-18 09:19:07 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:05 +0200
commit03cd6cded01d466daa65c6390db3532b97005c42 (patch)
treeaa53613b6f3d095f2a9c1a4eb1be00e353705bc1
parent705df48ec5df44ecd5d49c7f1ee35087ac6497c0 (diff)
downloadvyos-live-build-03cd6cded01d466daa65c6390db3532b97005c42.tar.gz
vyos-live-build-03cd6cded01d466daa65c6390db3532b97005c42.zip
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.
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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
;;