update to buster release

pull/335/head
mike 2019-07-05 19:37:45 -05:00
parent 620d19f151
commit d02b383dd7
13 changed files with 6 additions and 2 deletions

View File

@ -4,5 +4,6 @@ install -m 644 files/qtum.list "${ROOTFS_DIR}/etc/apt/sources.list.d/"
on_chroot apt-key add - < files/qtum.gpg.key
on_chroot << EOF
apt install ca-certificates -y
apt-get update
EOF

View File

@ -0,0 +1 @@
deb https://repo.qtum.info/apt/raspbian/ buster main

View File

@ -1 +0,0 @@
apt-transport-https

View File

@ -1 +0,0 @@
deb https://repo.qtum.info/apt/raspbian/ stretch main

View File

@ -4,6 +4,9 @@ install -m 644 files/1.png "${ROOTFS_DIR}/usr/share/rpd-wallpaper/"
install -m 644 files/2.png "${ROOTFS_DIR}/usr/share/rpd-wallpaper/"
install -m 644 files/3.png "${ROOTFS_DIR}/usr/share/rpd-wallpaper/"
install -m 644 files/4.png "${ROOTFS_DIR}/usr/share/rpd-wallpaper/"
install -m 644 files/5.png "${ROOTFS_DIR}/usr/share/rpd-wallpaper/"
install -m 644 files/6.png "${ROOTFS_DIR}/usr/share/rpd-wallpaper/"
mkdir -p "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/Desktop/"
install -m 644 files/Qtum.desktop "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/Desktop/"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 715 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB

View File

@ -10,6 +10,7 @@ if ! id -u ${FIRST_USER_NAME} >/dev/null 2>&1; then
fi
echo "${FIRST_USER_NAME}:${FIRST_USER_PASS}" | chpasswd
echo "root:root" | chpasswd
chage -d0 ${FIRST_USER_NAME}
EOF