ed1dbd6527b59e2ffeacd324b0a9133328f076fc
[ext/instance-debootstrap.git] / examples / hooks / defaultpasswords
1 #!/bin/sh
2 #
3 # This is an example script that sets the root pasword to a given default
4
5 cat $(dirname $0)/confdata/defaultpasswords | chroot $TARGET chpasswd
6
7