We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arch.sh uses $CIDR CIDR is defined nowhere.
But in functions.sh is this comment:
# removed INETADDR which was ip.ip.ip.ip/CIDR - only used in arch.sh # removed CIDR- only used in arch.sh
The text was updated successfully, but these errors were encountered:
Also COMPANY is defined nowhere. It could just be a placeholder like "virtapi_installimage"
Sorry, something went wrong.
$COMPANY probably needs to be set in config.sh. I don't think that we need $CIDR, we already have the subnetmask in the function.
you want CIDR for later distro version, when everything is systemd-network. Maybe replace BROADCAST param, which is hardly used.
No branches or pull requests
arch.sh uses $CIDR
CIDR is defined nowhere.
But in functions.sh is this comment:
The text was updated successfully, but these errors were encountered: