further development

This commit is contained in:
lars 2005-09-23 00:55:48 +00:00
parent 0b8449c48d
commit a6c10f516b
316 changed files with 18735 additions and 0 deletions

View 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