Skip to content

Commit

Permalink
Add iproute2 and net-tools to Leap install
Browse files Browse the repository at this point in the history
Added missing network utilities to base install for Leap. Included
check to do it for Leap 42.1 only.

Signed-off-by: Terzeus S. Dominguez <zeus@dmgznet.com>
  • Loading branch information
tsdmgz committed Jan 10, 2016
1 parent 3b7f70d commit 9a4fe12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/lxc-opensuse.in
Expand Up @@ -180,6 +180,12 @@ EOF
echo "Support: dhcpcd" >> $cache/partial-$arch-packages/opensuse.conf
fi

# Leap doesn't seem to have iproute2 utils installed
if [ $DISTRO == "leap/42.1" ]
then
echo "Support: net-tools iproute2" >> $cache/partial-$arch-packages/opensuse.conf
fi

if [ "$arch" = "i686" ]; then
mkdir -p $cache/partial-$arch-packages/var/cache/zypp/packages/repo-oss/suse/i686/
for i in "$cache/partial-$arch-packages/var/cache/zypp/packages/repo-oss/suse/i586/*" ; do
Expand Down

0 comments on commit 9a4fe12

Please sign in to comment.