debian-installer: set legacy version format compatibility on makeiso.
This commit is contained in:
parent
428b410f6f
commit
4e03518e5e
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ CONTROL_PACKAGE=linux-hwe-$HWEKR
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
# Keep legacy version format ("+12.0trisquelx") exclusively for
|
||||||
|
# identification purposes on makeiso.
|
||||||
|
export FULLVERSION=$(sed "s|trisquel|+${REVISION}trisquel|" <<< $FULLVERSION)
|
||||||
|
|
||||||
# Set kernel from release/main packages.
|
# Set kernel from release/main packages.
|
||||||
set_kernel_release() {
|
set_kernel_release() {
|
||||||
LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf $CONTROL_PACKAGE-tools-common |\
|
LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf $CONTROL_PACKAGE-tools-common |\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue