]> pere.pagekite.me Git - homepage.git/blobdiff - blog/Teaching_vmdebootstrap_to_create_Raspberry_Pi_SD_card_images.html
Generated.
[homepage.git] / blog / Teaching_vmdebootstrap_to_create_Raspberry_Pi_SD_card_images.html
index a13f12ff57d9eae81bd7ac0bafe66f7a3c2016e7..4e5f96616d379d3752b0f0c4409b5d17f7824608 100644 (file)
@@ -29,10 +29,12 @@ create a image file, add a partition table, mount it and run
 debootstrap in the mounted directory to create a Debian system on a
 stick.  Yesterday, I decided to try to teach it how to make images for
 <a href="https://wiki.debian.org/RaspberryPi">Raspberry Pi</a>, as part
-of a plan to simplify the build system for the FreedomBox project.
-The FreedomBox project already uses vmdebootstrap for the virtualbox
-images, but its current build system made multistrap based system for
-Dreamplug images, and it is lacking support for Raspberry Pi.</p>
+of a plan to simplify the build system for
+<a href="https://wiki.debian.org/FreedomBox">the FreedomBox
+project</a>.  The FreedomBox project already uses vmdebootstrap for
+the virtualbox images, but its current build system made multistrap
+based system for Dreamplug images, and it is lacking support for
+Raspberry Pi.</p>
 
 <p>Armed with the knowledge on how to build "foreign" (aka non-native
 architecture) chroots for Raspberry Pi, I dived into the vmdebootstrap