Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
742eb1c3
Commit
742eb1c3
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
debian-installer: add missing changes
parent
03761554
No related branches found
No related tags found
1 merge request
!1132
debian-installer: add missing changes
Pipeline
#1033
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-debian-installer
+1
-1
1 addition, 1 deletion
helpers/make-debian-installer
with
1 addition
and
1 deletion
helpers/make-debian-installer
+
1
−
1
View file @
742eb1c3
...
...
@@ -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
)
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment