URI: 
       tdefault devuan password is 'devuan' - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 1a5d313f9b0a9e7576d33c84d3fea18d4f5829a1
   DIR parent 1a6ba2426e058f34a978d17b5b9b0cfd072da370
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 25 Apr 2016 10:56:06 +0200
       
       default devuan password is 'devuan'
       
       Diffstat:
         M README.md                           |       2 +-
         M arm/profiles/common-devuan          |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       t@@ -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.
        
   DIR diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan
       t@@ -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