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
5b15e5e5
Commit
5b15e5e5
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
netconfig: add ifupdown on finish-install script
parent
5fcaef1a
No related branches found
No related tags found
1 merge request
!937
netconfig: add ifupdown on finish-install script
Pipeline
#755
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/netcfg/ifupdown.patch
+10
-0
10 additions, 0 deletions
helpers/DATA/netcfg/ifupdown.patch
helpers/make-netcfg
+2
-1
2 additions, 1 deletion
helpers/make-netcfg
with
12 additions
and
1 deletion
helpers/DATA/netcfg/ifupdown.patch
0 → 100644
+
10
−
0
View file @
5b15e5e5
--- netcfg-1.176+11.0trisquel2/finish-install.d/55netcfg-copy-config 2022-11-21 19:21:58.138150737 -0600
+++ netcfg-1.176+11.0trisquel2/finish-install.d/55netcfg-copy-config__ 2022-11-21 19:21:50.646130993 -0600
@@ -22,6 +22,7 @@
NM_IS_INSTALLED=true
else
NM_IS_INSTALLED=false
+ in-target sh -c "apt-get -y install ifupdown"
fi
# The type of the connection used during installation
This diff is collapsed.
Click to expand it.
helpers/make-netcfg
+
2
−
1
View file @
5b15e5e5
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
2
VERSION
=
2
.1
EXTERNAL
=
'deb-src http://ftp.debian.org/debian stable main'
EXTERNAL
=
'deb-src http://ftp.debian.org/debian stable main'
REPOKEY
=
648ACFD622F3D138
REPOKEY
=
648ACFD622F3D138
NETINST
=
true
NETINST
=
true
...
@@ -26,6 +26,7 @@ NETINST=true
...
@@ -26,6 +26,7 @@ NETINST=true
rpl
"Default: debian"
"Default: trisquel"
.
-R
rpl
"Default: debian"
"Default: trisquel"
.
-R
sed
-i
'/client, template,/s/debian/trisquel/g'
netcfg-common.c
sed
-i
'/client, template,/s/debian/trisquel/g'
netcfg-common.c
patch
-p1
<
$DATA
/restore_network-manager_management.patch
patch
-p1
<
$DATA
/restore_network-manager_management.patch
patch
-p1
<
$DATA
/ifupdown.patch
changelog
"Rebranded and adapted for Trisquel"
changelog
"Rebranded and adapted for Trisquel"
compile
compile
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