commit 1a5d313f9b0a9e7576d33c84d3fea18d4f5829a1
parent 1a6ba2426e058f34a978d17b5b9b0cfd072da370
Author: parazyd <parazyd@dyne.org>
Date: Mon, 25 Apr 2016 10:56:06 +0200
default devuan password is 'devuan'
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -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.
diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan
@@ -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