1
0
Fork 0

Use Raspberry Pi repo for kernel and bootloader

This commit is contained in:
Braiden Vasco 2017-09-23 17:07:33 +00:00
parent c6aef2e561
commit 854c39ca55
4 changed files with 2 additions and 3 deletions

View file

@ -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'

View file

@ -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.

Binary file not shown.