diff --git a/references/agama-boot-options.xml b/references/agama-boot-options.xml
index bfb57f08f..acb5e3432 100644
--- a/references/agama-boot-options.xml
+++ b/references/agama-boot-options.xml
@@ -259,6 +259,12 @@ inst.dud=label://UPDATES/package.rpm
inst.self_update_import_key=1, and
inst.self_update_gpg=0.
+
+ The self update repository is provided only for the 16.0/QU0 release, all later QU
+ releases have the self update disabled. But you can still apply your custom updates by
+ specifying the self update repository URL
+ inst.install_url=http://selfupdaterepo.
+
@@ -304,18 +310,6 @@ live.password_dialog=1
live.password_systemd=1
-
- inst.remote
-
-
- Available since &suselinux; 16.1. By default, the &agama; installer can be
- accessed remotely from other machines or mobile devices. Set
- inst.remote=0 to disable remote access for increased security,
- restricting access to the local machine only. To disable other network services, such
- as SSH, use the standard systemd.mask boot option instead.
-
-
-
@@ -332,40 +326,6 @@ live.password_systemd=1
fips=1
-
- inst.solver_testcase
-
-
- Available since &suselinux; 16.1. By default, the dependency solver test case is
- saved only on failure. Set inst.solver_testcase=1 to also save it
- on success, which is useful for debugging package dependency problems. Saved to
- /run/agama/testcase, and included in the logs created by
- agama logs store. If the ZYPP_FULLLOG=1 boot
- option is set, the solver test case is instead created automatically by
- libzypp (the library behind &zypper; and &agama;'s own package
- resolution) under
- /var/log/YaST2/autoTestcase, and this option is ignored.
-
-
-
-
- inst.systemd_boot_preview
-
-
- Preview feature
-
- This is a preview feature for testing systemd-boot support. It
- automatically falls back to &grub; if the system does not meet the Boot Loader
- Specification (BLS) requirements, and may be removed after the testing period for
- systemd-boot support ends.
-
-
-
- Available since &suselinux; 16.1. Set to 1 to enable the
- systemd-boot boot loader as a preview feature.
-
-
-
systemd.unit
diff --git a/tasks/editing-agama-profile.xml b/tasks/editing-agama-profile.xml
index bbbc33921..0489bc9a2 100644
--- a/tasks/editing-agama-profile.xml
+++ b/tasks/editing-agama-profile.xml
@@ -40,15 +40,18 @@
only surface once an unattended installation is already running. Visual Studio Code and
Visual Studio Codium are the most common editors with this support.
-
+
Editor-only, not used by the installer
The $schema value is used only by the editor, for validation while you
- write the profile. The &agama; installer always validates against its own embedded schema,
- regardless of what $schema points to, and completely ignores this key
- at installation time.
+ write the profile. The &agama; installer always validates against its own embedded schema.
-
+
+ The &agama; installer in version 16.0 does not accept the $schema key and
+ complains that the profile is not valid. You have to remove the key before using the
+ profile. The later versions (16.1 and later) accept the key but still ignore its value.
+
+
Requirements
@@ -72,7 +75,7 @@
{
- "$schema": "https://raw.githubusercontent.com/agama-project/agama/refs/heads/master/rust/share/profile.schema.json"
+ "$schema": "https://raw.githubusercontent.com/agama-project/agama/refs/heads/SLE-16/rust/agama-lib/share/profile.schema.json"
}
@@ -89,8 +92,7 @@
Adding a $schema key to your profile gives you validation and
autocompletion while editing, catching mistakes before you start an unattended installation.
- Remove or ignore this key when you actually run the installation; the installer does not
- use it.
+ Remove this key when you actually run the installation; the installer does not use it.