oem: use/deflogin/root

This change sets the default root password to 'altlinux'
for all the images that employ use/oem feature.
This password will be reset by the configuration wizard at
the first boot and cannot be used to login
to ssh even if it's enabled out-of-the-box. So, 'happy
path' user experience of our distros does not change;
but it helps in troubleshooting the cases
when alterator-setup cannot start e.g. due to broken
graphics.

See https://lists.altlinux.org/pipermail/devel-distro/2021-April/002351.html
This commit is contained in:
Ivan A. Melnikov 2021-04-21 16:58:02 +04:00 committed by Anton Midyukov
parent f3d8ad8f54
commit 3bf51ea7e6

View File

@ -1,4 +1,4 @@
use/oem: use/services use/branding use/oem: use/services use/branding use/deflogin/root
@$(call add_feature) @$(call add_feature)
@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord) @$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
@$(call add,THE_PACKAGES,alterator-setup alterator-notes) @$(call add,THE_PACKAGES,alterator-setup alterator-notes)