]> pere.pagekite.me Git - homepage.git/commitdiff
New post.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 27 Oct 2013 15:59:20 +0000 (15:59 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 27 Oct 2013 15:59:20 +0000 (15:59 +0000)
blog/data/2013-10-27-vmdebootstrap-rpi.txt

index 150502d8e0c9d0859df4f50fdeaa6187afe65ea4..cd786e32c2323adba4a57f2fb80e4e4d72cab748 100644 (file)
@@ -1,5 +1,5 @@
 Title: Teaching vmdebootstrap to create Raspberry Pi SD card images
 Title: Teaching vmdebootstrap to create Raspberry Pi SD card images
-Tags: english, freedombox, mesh network
+Tags: english, debian, freedombox, mesh network
 Date: 2013-10-27 17:00
 
 <p>The
 Date: 2013-10-27 17:00
 
 <p>The
@@ -94,7 +94,10 @@ sudo ./vmdebootstrap \
 <p>The list of packages being installed are the ones needed by
 rpi-update to make the image bootable on the Raspberry Pi, with the
 exception of netbase, which is needed by debootstrap to find
 <p>The list of packages being installed are the ones needed by
 rpi-update to make the image bootable on the Raspberry Pi, with the
 exception of netbase, which is needed by debootstrap to find
-/etc/hosts with the minbase variant.</p>
+/etc/hosts with the minbase variant.  I really wish there was a way to
+set up an Raspberry Pi using only packages in the Debian archive, but
+that is not possible as far as I know, because it boots from the GPU
+using a non-free binary blob.</p>
 
 <p>The build host need debootstrap, kpartx and qemu-user-static and
 probably a few others installed.  I have not checked the complete
 
 <p>The build host need debootstrap, kpartx and qemu-user-static and
 probably a few others installed.  I have not checked the complete