Package: live-build
Version: 1:20190311
Tags: patch

Hi,

'lb config' currently creates configuration for oldstable (stretch)
rather than stable (buster) by default. The attached trivial patch
fixes this.

P.S. In fact, the patch is so trivial that it may be worth considering
fixing it in stable, too?
diff -aNru live-build.orig/functions/defaults.sh live-build/functions/defaults.sh
--- live-build.orig/functions/defaults.sh	2019-03-11 13:05:40.000000000 +0300
+++ live-build/functions/defaults.sh	2019-08-09 13:45:49.978687590 +0300
@@ -124,7 +124,7 @@
 			;;
 
 		*)
-			LB_DISTRIBUTION="${LB_DISTRIBUTION:-stretch}"
+			LB_DISTRIBUTION="${LB_DISTRIBUTION:-buster}"
 			LB_DERIVATIVE="false"
 			;;
 	esac

Reply via email to