We have a specific intranet configuration where I need to specify a proxy to reach the SUSE update servers for SLES (e.g. for the installer update), but we also have a local update server that must be contacted directly.
So the problem is: If I specify proxy=http://IP:port, then all traffic will be directed to the proxy; that is http_proxy and https_proxy environment variables will be set to the corresponding value. To avoid using the proxy I typically use environment variable no_proxy=localhost,127.0.0.1,.our.domain.org.
So the question is: Is there a GRUB boot command-line parameter that causes no_proxy (NO_PROXY in /etc/sysconfig/proxy) to be set (when booting the SLES15 installation medium for installation or upgrade)?
no_proxydoesn't appear to be one. For example the manual only mentions an option to specify a proxy when you need one documentation.suse.com/sles/15-SP6/html/SLES-all/…