Skip to content

Commit 4149ccf

Browse files
committed
All distribution do use pine64/pine64 as credentials
1 parent 59e1578 commit 4149ccf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

simpleimage/make_rootfs.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ case $DISTRO in
266266
cp /etc/resolv.conf "$DEST/etc/resolv.conf"
267267
if [ "$DISTRO" = "xenial" ]; then
268268
DEB=ubuntu
269-
DEBUSER=ubuntu
270-
DEBUSERPW=ubuntu
269+
DEBUSER=pine64
270+
DEBUSERPW=pine64
271271
ADDPPACMD="apt-get -y update && \
272272
apt-get install -y software-properties-common && \
273273
apt-add-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers \
@@ -279,16 +279,16 @@ case $DISTRO in
279279
"
280280
elif [ "$DISTRO" = "sid" -o "$DISTRO" = "jessie" ]; then
281281
DEB=debian
282-
DEBUSER=debian
283-
DEBUSERPW=debian
282+
DEBUSER=pine64
283+
DEBUSERPW=pine64
284284
ADDPPACMD=""
285285
EXTRADEBS="sudo"
286286
ADDPPACMD=
287287
DISPTOOLCMD=
288288
elif [ "$DISTRO" = "stretch" ]; then
289289
DEB=stretch
290-
DEBUSER=debian
291-
DEBUSERPW=debian
290+
DEBUSER=pine64
291+
DEBUSERPW=pine64
292292
EXTRADEBS="sudo"
293293
ADDPPACMD=
294294
DISPTOOLCMD=

0 commit comments

Comments
 (0)