Skip to content

Commit

Permalink
Improved proxy URL documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Aug 16, 2023
1 parent cc3c6b7 commit 86e740e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/boot_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions service/lib/agama/proxy_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 86e740e

Please sign in to comment.