diff --git a/build.sh b/build.sh index 16c3d25..f035152 100755 --- a/build.sh +++ b/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' diff --git a/files/etc/apt/sources.list b/files/etc/apt/sources.list index 5134c40..e334582 100644 --- a/files/etc/apt/sources.list +++ b/files/etc/apt/sources.list @@ -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 diff --git a/keys/barnacleos-archive-keyring.gpg b/keys/barnacleos-archive-keyring.gpg deleted file mode 100644 index d078706..0000000 Binary files a/keys/barnacleos-archive-keyring.gpg and /dev/null differ diff --git a/keys/raspberrypi-archive-keyring.gpg b/keys/raspberrypi-archive-keyring.gpg new file mode 100644 index 0000000..ee31441 Binary files /dev/null and b/keys/raspberrypi-archive-keyring.gpg differ