mirror of https://github.com/parazyd/arm-sdk.git
default devuan password is 'devuan'
This commit is contained in:
parent
1a6ba2426e
commit
1a5d313f9b
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue