From 1a5d313f9b0a9e7576d33c84d3fea18d4f5829a1 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 25 Apr 2016 10:56:06 +0200 Subject: [PATCH] default devuan password is 'devuan' --- README.md | 2 +- arm/profiles/common-devuan | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 817c0e0..767dd74 100644 --- 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 index 8ecae09..915d526 100644 --- 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