Add iproute2 and net-tools to Leap install

Added missing network utilities to base install for Leap. Included check to do it for Leap 42.1 only. Signed-off-by: 's avatarTerzeus S. Dominguez <zeus@dmgznet.com>
parent 3b7f70d2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment