Codebase list live-build / debian/3.0.5-1kali3
Update default kernel flavours for armhf to match what's available with linux 3.12. Raphaël Hertzog 10 years ago
3 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 live-build (3.0.5-1kali3) kali; urgency=medium
1
2 * Update default kernel flavours for armhf to match what's available with
3 linux 3.12.
4
5 -- Raphaël Hertzog <[email protected]> Wed, 08 Jan 2014 23:08:17 +0100
6
07 live-build (3.0.5-1kali2) kali; urgency=medium
18
29 * Fix binary_debian-installer step to use linux-image-* metapackages
0 Description: Update linux flavours for armhf
1 With newer kernels, only armmp armmp-lpae flavours are available. Kali
2 has linux 3.12 (or newer) and needs to use those instead.
3 Author: Raphaël Hertzog <[email protected]>
4
5 --- a/functions/defaults.sh
6 +++ b/functions/defaults.sh
7 @@ -681,8 +681,8 @@ Set_defaults ()
8
9 armhf)
10 # armhf will have special images: one rootfs image and many additional kernel images.
11 - # therefore we default to all available armel flavours
12 - LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-mx5 omap}"
13 + # therefore we default to all available armhf flavours
14 + LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-armmp armmp-lpae}"
15 ;;
16
17 amd64)
00 add-xfsprogs-jfsutils-to-d-i.patch
11 fix-kernel-metapackages-used-in-di-step.patch
2 fix-default-armhf-kernel-flavours.patch