79352952

Date: 2025-01-13 17:09:36
Score: 3
Natty:
Report link

I wound up decided to use debootstrap and schroot to setup the chroot environment. It did alot of power lifting for me.

followed this tutorial https://wiki.ubuntu.com/DebootstrapChroot

however since this is for ubuntu, i had to make small changes to support debian and arm for it being on a raspberry pi.

Here is the command i used

debootstrap --variant=minbase --arch=arm64 --include="git" bookworm /home/git/ http://deb.debian.org/debian

Reasons:
  • Blacklisted phrase (1): this tutorial
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: FragileQuail