committed by
GitHub
33 changed files with 22 additions and 25 deletions
@ -1,3 +1,7 @@ |
|||||
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi |
deb http://deb.debian.org/debian buster main contrib non-free |
||||
# Uncomment line below then 'apt-get update' to enable 'apt-get source' |
deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free |
||||
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi |
deb http://deb.debian.org/debian buster-updates main contrib non-free |
||||
|
# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' |
||||
|
#deb-src http://deb.debian.org/debian buster main contrib non-free |
||||
|
#deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free |
||||
|
#deb-src http://deb.debian.org/debian buster-updates main contrib non-free |
||||
|
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@ |
|||||
#!/bin/bash -e |
#!/bin/bash -e |
||||
|
|
||||
if [ ! -d "${ROOTFS_DIR}" ]; then |
if [ ! -d "${ROOTFS_DIR}" ]; then |
||||
bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/ |
bootstrap buster "${ROOTFS_DIR}" http://deb.debian.org/debian/ |
||||
fi |
fi |
||||
|
@ -1 +0,0 @@ |
|||||
raspi-copies-and-fills |
|
@ -1,6 +0,0 @@ |
|||||
#!/bin/bash -e |
|
||||
|
|
||||
if [ -f "${ROOTFS_DIR}/etc/ld.so.preload" ]; then |
|
||||
mv "${ROOTFS_DIR}/etc/ld.so.preload" "${ROOTFS_DIR}/etc/ld.so.preload.disabled" |
|
||||
fi |
|
||||
|
|
Loading…
Reference in new issue