From 86e740e993ffda06d2d976d6a32d79b78b70c3a6 Mon Sep 17 00:00:00 2001 From: Knut Anderssen Date: Wed, 16 Aug 2023 08:22:06 +0100 Subject: [PATCH] Improved proxy URL documentation --- doc/boot_arguments.md | 3 ++- service/lib/agama/proxy_setup.rb | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/boot_arguments.md b/doc/boot_arguments.md index 6f1a8693ba..451ff0f24b 100644 --- a/doc/boot_arguments.md +++ b/doc/boot_arguments.md @@ -30,7 +30,8 @@ Changing complex options (e.g., collections) is not supported yet. ## Proxy Setup Agama supports proxy setup using the `proxy=` kernel command line option like -`proxy=http://192.168.122.1:3128`. +`proxy=http://192.168.122.1:3128` when the installation requires to use an HTTP, HTTPS os FTPS +source . The supported proxy URL format is: protocol://[user[:password]@]host[:port] When the installation system boots, the agama-proxy-setup service will read the proxy url to be used from the kernel command line options or through the dracut ask prompt configuration file diff --git a/service/lib/agama/proxy_setup.rb b/service/lib/agama/proxy_setup.rb index bdf984e27e..50e8925281 100644 --- a/service/lib/agama/proxy_setup.rb +++ b/service/lib/agama/proxy_setup.rb @@ -19,8 +19,6 @@ # To contact SUSE LLC about this file by physical or electronic mail, you may # find current contact information at www.suse.com. -# Helper script to create a configuration file for a selected list of products. - require "yast" require "uri"