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 committed by Daniel Baumann
parent e08aa46019
commit 1ca3077055
1 changed files with 2 additions and 2 deletions

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
;;