moshix / zlinux

a zLinux installer for Hercules
23 stars 6 forks source link

route command not found during install #5

Closed JSnetSystems closed 2 years ago

JSnetSystems commented 2 years ago

After entering the password step during the install, "./script/set_netowrk: line 22: route: command not found" message appears

Interface will be setup for zLinux internet access... Bad argument 10.1.1.0/24' Tryiptables -h' or 'iptables --help' for more information. Starting hercules with installation script now. Be patient

zlinux install.txt

manually installing net-tools on my local machine and restarting the install resolved the error message.

now seeing message "nterface ens33 will be setup for zLinux internet access..." after restarting the install.

moshix commented 2 years ago

Pls make sure you have the route command installed. The package net-tools has it. The script now checks for it's availability and gives an error message if not present. Closing this issue.