Skip to content

Commit

Permalink
Update make-raspberry-chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis authored Feb 22, 2024
1 parent a9104e8 commit 60219dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions make-raspberry-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ chroot $chrootDir ./debootstrap/debootstrap --second-stage

sbuild-createchroot --arch=$chrootArch --foreign --setup-only $chrootDebVer $chrootDir $chrootDebMirror

#copy firmware
chroot $chrootDir svn --non-interactive --trust-server-cert export https://github.com/raspberrypi/firmware/trunk/opt/vc /opt/vc
# copy firmware
# not needed in newer raspberry-OS versions
# chroot $chrootDir svn --non-interactive --trust-server-cert export https://github.com/raspberrypi/firmware/trunk/opt/vc /opt/vc

#receive GPG keys for repositories
chroot $chrootDir apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553 7638D0442B90D010 CBF8D6FD518E17E1 379CE192D401AB61
Expand Down

0 comments on commit 60219dd

Please sign in to comment.