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

netcfg: change chroot format for ifupdown

parent 5b15e5e5
No related branches found
No related tags found
1 merge request!938netcfg: change chroot format for ifupdown
Pipeline #756 passed
......@@ -4,7 +4,7 @@
NM_IS_INSTALLED=true
else
NM_IS_INSTALLED=false
+ in-target sh -c "apt-get -y install ifupdown"
+ chroot /target apt-get -y install ifupdown
fi
# The type of the connection used during installation
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2.1
VERSION=2.2
EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138
NETINST=true
......
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