Imported usable scripts from the private temporary repository

This commit is contained in:
Michele Cereda
2021-10-17 00:28:37 +02:00
parent 5ed40301f3
commit 9666a6a9c4
23 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
USER_FULL_NAME='Mek'
USER_NAME='mek'
USER_PASSWORD="${USER_PASSWORD:?'not set'}"
USER_TYPE='local'
yast users add batchmode verbose type="${USER_TYPE}" username="${USER_NAME}" password="${USER_PASSWORD}" cn="${USER_FULL_NAME}"