diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c6e4efd6d9..b8be01b012 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -2096,7 +2096,13 @@ | |||
| 2096 | See the <filename>systemd.class</filename> file | 2096 | See the <filename>systemd.class</filename> file |
| 2097 | located in your | 2097 | located in your |
| 2098 | <link linkend='source-directory'>Source Directory</link>. | 2098 | <link linkend='source-directory'>Source Directory</link>. |
| 2099 | section for more information.</para></listitem> | 2099 | section for more information. |
| 2100 | <note>For Systemd-based images, include the following | ||
| 2101 | in your <filename>local.conf</filename> file: | ||
| 2102 | <literallayout class='monospaced'> | ||
| 2103 | VIRTUAL-RUNTIME_initscripts = "" | ||
| 2104 | </literallayout> | ||
| 2105 | </note></para></listitem> | ||
| 2100 | </itemizedlist> | 2106 | </itemizedlist> |
| 2101 | </para> | 2107 | </para> |
| 2102 | </section> | 2108 | </section> |
| @@ -5356,6 +5362,14 @@ | |||
| 5356 | <title>Using Systemd Exclusively</title> | 5362 | <title>Using Systemd Exclusively</title> |
| 5357 | 5363 | ||
| 5358 | <para> | 5364 | <para> |
| 5365 | Set this variable in your <filename>local.conf</filename> | ||
| 5366 | file: | ||
| 5367 | <literallayout class='monospaced'> | ||
| 5368 | VIRTUAL-RUNTIME_initscripts = "" | ||
| 5369 | </literallayout> | ||
| 5370 | </para> | ||
| 5371 | |||
| 5372 | <para> | ||
| 5359 | Set the these variables in your distribution configuration | 5373 | Set the these variables in your distribution configuration |
| 5360 | file as follows: | 5374 | file as follows: |
| 5361 | <literallayout class='monospaced'> | 5375 | <literallayout class='monospaced'> |
| @@ -5381,6 +5395,14 @@ | |||
| 5381 | <title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title> | 5395 | <title>Using Systemd for the Main Image and Using SysVinit for the Rescue Image</title> |
| 5382 | 5396 | ||
| 5383 | <para> | 5397 | <para> |
| 5398 | Set this variable in your <filename>local.conf</filename> | ||
| 5399 | file: | ||
| 5400 | <literallayout class='monospaced'> | ||
| 5401 | VIRTUAL-RUNTIME_initscripts = "" | ||
| 5402 | </literallayout> | ||
| 5403 | </para> | ||
| 5404 | |||
| 5405 | <para> | ||
| 5384 | Set the these variables in your distribution configuration | 5406 | Set the these variables in your distribution configuration |
| 5385 | file as follows: | 5407 | file as follows: |
| 5386 | <literallayout class='monospaced'> | 5408 | <literallayout class='monospaced'> |
