File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed
Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 11---
2- sidebar_position : 4
2+ sidebar_position : 5
33---
44
55# AutoYaST support
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 4
3+ ---
4+
5+ # Fully scripted installation
6+
7+ In some cases even Jsonnet evaluation may not be enough to fully support complex installation decision making.
8+
9+ To replace the regular installation process, use the
10+ ` inst.script ` [ boot option] ( ../boot_options ) . You can use any of the
11+ [ URLs that Agama supports] ( ../urls ) . It can be used repeatedly.
12+
13+ It downloads a file, makes it executable and runs it. It is suggested to run these
14+ commands as part of the script:
15+ - ` agama config load `
16+ - ` agama install `
17+
18+ If ` inst.auto ` is also present, it is processed after ` inst.script ` .
19+
20+ :::warning Experimental feature
21+
22+ With [ ` inst.auto ` ] ( working-with-profiles ) we commit to backward compatibility, but
23+ with ` inst.script ` , as it is a last minute feature, we reserve the freedom to evolve
24+ Agama even in ways that may break this year's ` inst.script ` programs.
25+
26+ We plan to specify this feature better and stabilize it by SP1, the first service pack.
27+
28+ :::
29+
30+ :::note In-profile scripts
31+
32+ For scripts more limited in scope, specified as part of the JSON profile, see the [ Running scripts] ( profile/scripts ) .
33+
34+ :::
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ Agama allows to execute scripts at the following points of the installation proc
1212
1313This section describes how to specify a script and goes through some use-cases.
1414
15+ :::note ` inst.script `
16+
17+ For a more general script feature wrapping the whole installation process, see [ Fully scripted installation] ( ../../inst-script )
18+
19+ :::
20+
1521## Scripts definition
1622
1723User scripts are defined in the ` scripts ` section of the Agama profile. There is a key for each of
You can’t perform that action at this time.
0 commit comments