From 445df8fd6ecf313c2c6c9e8ee60fa30c10172861 Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Wed, 1 Jan 2014 19:22:46 +0100 Subject: [PATCH] Update build.sh automatic root passwd to 1234 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5ee0a34..19e9173 100644 --- a/build.sh +++ b/build.sh @@ -124,8 +124,8 @@ chroot $DEST/output/sdcard /bin/bash -c "export LANG=en_US.UTF-8" chroot $DEST/output/sdcard /bin/bash -c "apt-get -q -y install openssh-server module-init-tools dhcp3-client udev ifupdown iproute dropbear iputils-ping ntpdate usbutils uboot-envtools pciutils wireless-tools wpasupplicant procps libnl-dev parted" chroot $DEST/output/sdcard /bin/bash -c "apt-get -q -y upgrade" -# set password -chroot $DEST/output/sdcard /bin/bash -c "passwd" +# set password to 1234 +chroot $DEST/output/sdcard /bin/bash -c "(echo 1234;echo 1234;) | passwd root" # set hostname echo cubie > $DEST/output/sdcard/etc/hostname