diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 89c37729bd..5d24e80865 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2604,10 +2604,14 @@ system and gives an overview of their function and contents. | |||
2604 | - "dbg-pkgs" --- adds -dbg packages for all installed packages including | 2604 | - "dbg-pkgs" --- adds -dbg packages for all installed packages including |
2605 | symbol information for debugging and profiling. | 2605 | symbol information for debugging and profiling. |
2606 | 2606 | ||
2607 | - "debug-tweaks" --- makes an image suitable for debugging. For example, allows root logins without passwords and | 2607 | - "empty-root-password" --- This feature can be used if you want to |
2608 | enables post-installation logging. See the 'allow-empty-password' and | 2608 | allow root login with an empty password. |
2609 | 'post-install-logging' features in the ":ref:`ref-features-image`" | 2609 | - "allow-empty-password" --- Allows Dropbear and OpenSSH to accept |
2610 | section for more information. | 2610 | logins from accounts having an empty password string. |
2611 | - "allow-root-login" --- Allows Dropbear and OpenSSH to accept root logins. | ||
2612 | - "post-install-logging" --- Enables logging postinstall script runs to | ||
2613 | the ``/var/log/postinstall.log`` file on first boot of the image on | ||
2614 | the target system. | ||
2611 | - "dev-pkgs" --- adds -dev packages for all installed packages. This is | 2615 | - "dev-pkgs" --- adds -dev packages for all installed packages. This is |
2612 | useful if you want to develop against the libraries in the image. | 2616 | useful if you want to develop against the libraries in the image. |
2613 | - "read-only-rootfs" --- creates an image whose root filesystem is | 2617 | - "read-only-rootfs" --- creates an image whose root filesystem is |