|
59 | 59 | <style type="text/css">code{white-space: pre;}</style> |
60 | 60 | <style type="text/css"> |
61 | 61 | pre > code.sourceCode { white-space: pre; position: relative; } |
62 | | -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } |
| 62 | +pre > code.sourceCode > span { line-height: 1.25; } |
63 | 63 | pre > code.sourceCode > span:empty { height: 1.2em; } |
64 | 64 | .sourceCode { overflow: visible; } |
65 | 65 | code.sourceCode > span { color: inherit; text-decoration: inherit; } |
|
70 | 70 | } |
71 | 71 | @media print { |
72 | 72 | pre > code.sourceCode { white-space: pre-wrap; } |
73 | | -pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } |
| 73 | +pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } |
74 | 74 | } |
75 | 75 | pre.numberSource code |
76 | 76 | { counter-reset: source-line 0; } |
@@ -156,6 +156,8 @@ <h1 class="toc-title">Contents</h1> |
156 | 156 | id="toc-kernel_settings_purge">kernel_settings_purge</a></li> |
157 | 157 | <li><a href="#kernel_settings_reboot_ok" |
158 | 158 | id="toc-kernel_settings_reboot_ok">kernel_settings_reboot_ok</a></li> |
| 159 | +<li><a href="#kernel_settings_transactional_update_reboot_ok" |
| 160 | +id="toc-kernel_settings_transactional_update_reboot_ok">kernel_settings_transactional_update_reboot_ok</a></li> |
159 | 161 | <li><a href="#variables-exported-by-the-role" |
160 | 162 | id="toc-variables-exported-by-the-role">Variables Exported by the |
161 | 163 | Role</a></li> |
@@ -278,6 +280,16 @@ <h2 id="kernel_settings_reboot_ok">kernel_settings_reboot_ok</h2> |
278 | 280 | return the variable <code>kernel_settings_reboot_required</code> (see |
279 | 281 | below) with a value of <code>true</code> to indicate that some change |
280 | 282 | has occurred which needs a reboot to take effect.</p> |
| 283 | +<h2 |
| 284 | +id="kernel_settings_transactional_update_reboot_ok">kernel_settings_transactional_update_reboot_ok</h2> |
| 285 | +<p>This variable is used to handle reboots required by transactional |
| 286 | +updates. If a transactional update requires a reboot, the role will |
| 287 | +proceed with the reboot if |
| 288 | +<code>kernel_settings_transactional_update_reboot_ok</code> is set to |
| 289 | +<code>true</code>. If set to <code>false</code>, the role will notify |
| 290 | +the user that a reboot is required, allowing for custom handling of the |
| 291 | +reboot requirement. If this variable is not set, the role will fail to |
| 292 | +ensure the reboot requirement is not overlooked.</p> |
281 | 293 | <h2 id="variables-exported-by-the-role">Variables Exported by the |
282 | 294 | Role</h2> |
283 | 295 | <p>The role will export the following variables:</p> |
|
0 commit comments