Switching order of kernel flavours in defaults, the last added one in the list becomes the default symlink target in the rootfs by apt.

This commit is contained in:
Daniel Baumann 2012-12-30 14:41:45 +01:00
parent 58ad2be9a7
commit d3f2b2c9c7

View File

@ -706,7 +706,7 @@ Set_defaults ()
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486 686-pae}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae 486}"
;;
esac
;;
@ -736,7 +736,7 @@ Set_defaults ()
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc64 powerpc}"
;;
esac
;;