Skip to content
Snippets Groups Projects
Commit 742eb1c3 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

debian-installer: add missing changes

parent 03761554
No related branches found
No related tags found
1 merge request!1132debian-installer: add missing changes
Pipeline #1033 passed
......@@ -46,7 +46,7 @@ EOF
find build/pkg-lists -type f | xargs sed -i /media-retriever/d
apt-get update -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf
# Get available kernel at release/main packages.
LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf linux-libc-dev|\
LASTKERNEL="$(apt-cache madison -c ${LOCAL_APT}/etc/apt_${CODENAME}.conf linux-hwe-5.19-tools-common|\
grep ${CODENAME}/main|\
awk '{print$3}'|head -n1|\
cut -d. -f1,2,3)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment