summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-07-14 08:24:33 +0200
committerDaniel Baumann <daniel@debian.org>2011-07-14 08:24:33 +0200
commit10b0b77f0f4f32990dbce489600bd3fabe6407c8 (patch)
tree5cb7bd4a22b70f4000c42cb5c9fcb9f8bab42110 /functions
parent41d0208ae04848e1d5b92f315c0d82fa0f499ec7 (diff)
downloadvyos-live-build-10b0b77f0f4f32990dbce489600bd3fabe6407c8.tar.gz
vyos-live-build-10b0b77f0f4f32990dbce489600bd3fabe6407c8.zip
Using updated kernel default flavours for sid also for wheezy.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 6e3c1cbd9..ffef6c367 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -639,7 +639,7 @@ Set_defaults ()
*)
case "${LB_DISTRIBUTION}" in
- sid)
+ wheezy|sid)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486 686-pae}"
;;