Use Raspberry Pi repo for kernel and bootloader
This commit is contained in:
parent
c6aef2e561
commit
854c39ca55
4 changed files with 2 additions and 3 deletions
3
build.sh
3
build.sh
|
@ -161,7 +161,6 @@ if [ ! -d "$ROOTFS_DIR" ]; then
|
|||
--components=main,contrib,non-free \
|
||||
--arch armhf \
|
||||
--keyring $KEYS_DIR/raspbian-archive-keyring.gpg \
|
||||
--include=apt-transport-https,ca-certificates \
|
||||
jessie \
|
||||
$ROOTFS_DIR \
|
||||
http://mirrordirector.raspbian.org/raspbian/" || rmdir "$ROOTFS_DIR/debootstrap/"
|
||||
|
@ -202,7 +201,7 @@ ln -nsf /proc/mounts "$ROOTFS_DIR/etc/mtab"
|
|||
#
|
||||
apply_file 644 '/etc/apt/sources.list'
|
||||
|
||||
on_chroot apt-key add - < "$KEYS_DIR/barnacleos-archive-keyring.gpg"
|
||||
on_chroot apt-key add - < "$KEYS_DIR/raspberrypi-archive-keyring.gpg"
|
||||
|
||||
apply_file 644 '/etc/apt/apt.conf.d/50raspi'
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
deb http://mirrordirector.raspbian.org/raspbian jessie main
|
||||
deb https://barnacleos.github.io/archive jessie main
|
||||
deb http://archive.raspberrypi.org/debian jessie main
|
||||
|
|
Binary file not shown.
BIN
keys/raspberrypi-archive-keyring.gpg
Normal file
BIN
keys/raspberrypi-archive-keyring.gpg
Normal file
Binary file not shown.
Reference in a new issue