setup password in opennebula
This commit is contained in:
parent
91d6eac9c7
commit
5e966b852d
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ cat > /mnt/etc/hosts << EOF
|
||||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Setup root password
|
||||||
|
run_root passwd
|
||||||
|
|
||||||
# Install one-context RPM and hope things works as expected.
|
# Install one-context RPM and hope things works as expected.
|
||||||
curl -L "$ONE_CONTEXT_RPM_URL" > "/mnt$ONE_CONTEXT_RPM_PATH"
|
curl -L "$ONE_CONTEXT_RPM_URL" > "/mnt$ONE_CONTEXT_RPM_PATH"
|
||||||
run_root dnf -y install "$ONE_CONTEXT_RPM_PATH"
|
run_root dnf -y install "$ONE_CONTEXT_RPM_PATH"
|
||||||
|
|
Loading…
Reference in a new issue