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
5de7578c
Commit
5de7578c
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
console-setup,netcfg: fix revision number on helper.
parent
2a55bce8
No related branches found
Branches containing commit
No related tags found
1 merge request
!960
console-setup,netcfg: fix revision number on helper.
Pipeline
#803
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/make-console-setup
+2
-1
2 additions, 1 deletion
helpers/make-console-setup
helpers/make-netcfg
+1
-1
1 addition, 1 deletion
helpers/make-netcfg
with
3 additions
and
2 deletions
helpers/make-console-setup
+
2
−
1
View file @
5de7578c
...
...
@@ -24,7 +24,7 @@
# or fetch such packages from Debian in order to build the required udeb packages.
##
VERSION
=
5.4
VERSION
=
6
NETINST
=
true
.
./config
...
...
@@ -34,6 +34,7 @@ sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config
#Remove ubuntu's dependency.
sed
-i
"s|cdebconf-newt-detect-keys, ||"
debian/control
#Fix 20console-setup script patch.
patch
-p2
<
$DATA
/modify_20console-setup.patch
changelog
"Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8"
...
...
This diff is collapsed.
Click to expand it.
helpers/make-netcfg
+
1
−
1
View file @
5de7578c
...
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
2.4
VERSION
=
3
EXTERNAL
=
'deb-src http://ftp.debian.org/debian stable main'
REPOKEY
=
648ACFD622F3D138
NETINST
=
true
...
...
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