update to buster release
This commit is contained in:
parent
620d19f151
commit
d02b383dd7
|
@ -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
|
1
add-qtum/00-configure-apt/files/qtum.list
Normal file
1
add-qtum/00-configure-apt/files/qtum.list
Normal file
|
@ -0,0 +1 @@
|
|||
deb https://repo.qtum.info/apt/raspbian/ buster main
|
|
@ -1 +0,0 @@
|
|||
apt-transport-https
|
|
@ -1 +0,0 @@
|
|||
deb https://repo.qtum.info/apt/raspbian/ stretch main
|
|
@ -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 |
BIN
configure-desktop/00-configure-desktop/files/5.png
Normal file
BIN
configure-desktop/00-configure-desktop/files/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
configure-desktop/00-configure-desktop/files/6.png
Normal file
BIN
configure-desktop/00-configure-desktop/files/6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 607 KiB |
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user