]> git.ipfire.org Git - people/ms/bricklayer.git/commit
passwords: Implement setting the root password
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Mar 2025 16:00:47 +0000 (16:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Mar 2025 16:00:47 +0000 (16:00 +0000)
commit967d4130b26a2f56bfe3003ad2c28eba50dc0e82
tree640421637549c2ea6e3ebfef653cb4cfa7c9f147
parente4102f40fcc2bc39a87b80f0ae6c965218e69aad
passwords: Implement setting the root password

This step can now be built out as we have the execute() call back which
supports passing data into standard input.

This step is also only executed in an interactive setup where we asked
for the password before.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/step.py