summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2012-09-30 09:28:16 +0200
committerDaniel Baumann <daniel@debian.org>2012-09-30 09:28:55 +0200
commit01b64bf2b9b99df5dbeb7211646f5203a4f7bc00 (patch)
tree9ce36d0c2e853b670af9c6cc7e4eb239ebb86abd /scripts
parent7ae630cc4388a7fc01fb58351556a7cb1409bb69 (diff)
downloadvyos-live-build-01b64bf2b9b99df5dbeb7211646f5203a4f7bc00.tar.gz
vyos-live-build-01b64bf2b9b99df5dbeb7211646f5203a4f7bc00.zip
Using i386 -generic-pae kernel flavour on Ubuntu precise.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/binary_debian-installer9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer
index 1a8543913..9720961cf 100755
--- a/scripts/build/binary_debian-installer
+++ b/scripts/build/binary_debian-installer
@@ -357,7 +357,14 @@ then
case "${LB_MODE}" in
ubuntu|kubuntu)
- DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
+ case "${LB_DISTRIBUTION}" in
+ precise)
+ DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae"
+ ;;
+ *)
+ DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
+ ;;
+ esac
;;
*)