From: Petter Reinholdtsen
Date: Sun, 27 Oct 2013 16:50:12 +0000 (+0000)
Subject: Add link to freedombox project.
X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/534c669f932851dabaa780afca12d40dfeee812d
Add link to freedombox project.
---
diff --git a/blog/data/2013-10-27-vmdebootstrap-rpi.txt b/blog/data/2013-10-27-vmdebootstrap-rpi.txt
index 14e2de018b..a335940a6d 100644
--- a/blog/data/2013-10-27-vmdebootstrap-rpi.txt
+++ b/blog/data/2013-10-27-vmdebootstrap-rpi.txt
@@ -9,10 +9,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
Raspberry Pi, 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.
+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.
Armed with the knowledge on how to build "foreign" (aka non-native
architecture) chroots for Raspberry Pi, I dived into the vmdebootstrap