Codebase list live-build / 2b1291f
Synchronize with Debian Sophie Brun 5 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20180411kali1) kali-dev; urgency=medium
1
2 * Synchronize with Debian. Remaining changes:
3 - XORRISO options for EFI boot
4 - Implement use of different distributions for build and runtime
5 usage.
6
7 -- Sophie Brun <[email protected]> Thu, 17 May 2018 16:19:37 +0200
8
09 live-build (1:20180411) unstable; urgency=medium
110
211 * ONIE: Check_package in the host, not the chroot
117117 # Setting distribution name
118118 case "${LB_MODE}" in
119119 progress-linux)
120 LB_DISTRIBUTION="${LB_DISTRIBUTION:-cairon}"
121120 LB_DISTRIBUTION="${LB_DISTRIBUTION:-cairon}"
122121 LB_DERIVATIVE="true"
123122 LB_DERIVATIVE_IS_BASED_ON="debian"