netcfg: change chroot format for ifupdown
This commit is contained in:
parent
5b15e5e5e4
commit
1fdc144dab
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
NM_IS_INSTALLED=true
|
NM_IS_INSTALLED=true
|
||||||
else
|
else
|
||||||
NM_IS_INSTALLED=false
|
NM_IS_INSTALLED=false
|
||||||
+ in-target sh -c "apt-get -y install ifupdown"
|
+ chroot /target apt-get -y install ifupdown
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The type of the connection used during installation
|
# The type of the connection used during installation
|
||||||
|
|
|
||||||
|
|
@ -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.1
|
VERSION=2.2
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue