docs: add info about debug-tweaks
This commit is contained in:
parent
4d36b9bdd7
commit
108da9623e
|
|
@ -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
|
||||
***********************
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue