← Back to team overview

xubuntu-dev team mailing list archive

[Merge] ~xubuntu-dev/livecd-rootfs:xubuntu-live-installer-fix into livecd-rootfs:ubuntu/master

 

Sean Davis has proposed merging ~xubuntu-dev/livecd-rootfs:xubuntu-live-installer-fix into livecd-rootfs:ubuntu/master.

Commit message:
xubuntu: Fix the variable KERNEL_FLAVOURS

Requested reviews:
  Canonical Foundations Team (canonical-foundations)

For more details, see:
https://code.launchpad.net/~xubuntu-dev/livecd-rootfs/+git/livecd-rootfs/+merge/460899
-- 
Your team Xubuntu Developers is subscribed to branch ~xubuntu-dev/livecd-rootfs:xubuntu-live-installer-fix.
diff --git a/live-build/auto/config b/live-build/auto/config
index a4bfee7..c79f764 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -916,7 +916,7 @@ case $PROJECT in
 				;;
 		esac
 		add_task ${LIVE_LAYER_PARENT}.live xubuntu-live
-		add_package ${LIVE_LAYER_PARENT}.live linux-$KERNEL_FLAVORS
+		add_package ${LIVE_LAYER_PARENT}.live linux-$KERNEL_FLAVOURS
 		/usr/share/livecd-rootfs/checkout-translations-branch \
 			https://git.launchpad.net/subiquity po config/catalog-translations
 		;;

Follow ups