further development
This commit is contained in:
parent
0b8449c48d
commit
a6c10f516b
316 changed files with 18735 additions and 0 deletions
10
new/configure-examples.d/set_root_pw
Normal file
10
new/configure-examples.d/set_root_pw
Normal file
|
@ -0,0 +1,10 @@
|
|||
# replace the empty root password of an development cryptobox with a choosen one
|
||||
#
|
||||
# see misc/custom-configure.d/README for details
|
||||
#
|
||||
|
||||
# set the password to your needs
|
||||
NEW_ROOT_PASSWORD=foobar
|
||||
|
||||
echo "Setting a root password ..."
|
||||
echo "root:$NEW_ROOT_PASSWORD" | chroot "$IMAGE_DIR" "$CHROOTSTART" chpasswd root
|
Loading…
Add table
Add a link
Reference in a new issue