docs: add info about debug-tweaks

This commit is contained in:
Patrick Vogelaar 2023-01-18 16:32:10 +01:00
parent 4d36b9bdd7
commit 108da9623e
1 changed files with 16 additions and 0 deletions

View File

@ -199,6 +199,22 @@ Create the file `product/layers/meta-product/classes/product_metadata_scm.bbclas
and copy the content of the coreos_metadata_scm.bbclass file. Replacing all
reference to COREOS by PRODUCT should works.
... start fast and easy development
***********************************
By adding `debug-tweaks` to `EXTRA_IMAGE_FEATURES` the image is made suitable
for development. This allows for example root login with no password.
For a complete list of the functionality that is added or removed by using
`debug-tweaks` have a look at the official documentation.
Following CoreOS specific functionality was added to `debug-tweaks`:
* disables the read-only filesystem.
.. warning::
This is for development only and must not be used for production images.
... set a root password
***********************