default devuan password is 'devuan'

This commit is contained in:
parazyd 2016-04-25 10:56:06 +02:00
parent 1a6ba2426e
commit 1a5d313f9b
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ Once initialized, you will get further instructions.
For more info, please consult the `README` included in the `arm` subdirectory.
After the image is built, you will find it compressed, along with its sha256 sum
in the `arm/finished/` directory. The default root password is `toor` and SSH
in the `arm/finished/` directory. The default root password is `devuan` and SSH
with permitted root login is enabled on startup, along with DHCP to get you up
and running headless if you require it.

View File

@ -167,7 +167,7 @@ rm -f /debconf.set
apt-get update
apt-get -y install ${core_packages}
echo "root:toor" | chpasswd
echo "root:devuan" | chpasswd
sed -i -e 's/KERNEL\!=\"eth\*|/KERNEL\!=\"/' /lib/udev/rules.d/75-persistent-net-generator.rules
rm -fv /etc/udev/rules.d/70-persistent-net.rules
export DEBIAN_FRONTEND=noninteractive