From d8a4743931faaeeda479552ec5b3d18d280e1602 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 14 Mar 2014 09:55:33 +0000 Subject: [PATCH] Ready to go? --- blog/data/2014-03-14-freedombox.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/blog/data/2014-03-14-freedombox.txt b/blog/data/2014-03-14-freedombox.txt index 2fa302e0f0..6a55cad6fa 100644 --- a/blog/data/2014-03-14-freedombox.txt +++ b/blog/data/2014-03-14-freedombox.txt @@ -21,17 +21,18 @@ href="http://packages.qa.debian.org/vmdebootstrap">vmdebootstrap with a user with sudo access to become root:
-apt-get install git vmdebootstrap mercurial python-docutils \
-  mktorrent extlinux virtualbox qemu-user-static binfmt-support \
-  u-boot-tools
 git clone http://anonscm.debian.org/git/freedombox/freedom-maker.git \
   freedom-maker
+sudo apt-get install git vmdebootstrap mercurial python-docutils \
+  mktorrent extlinux virtualbox qemu-user-static binfmt-support \
+  u-boot-tools
 make -C freedom-maker dreamplug-image raspberry-image virtualbox-image
 
-

See the README for more details on the build. If you do not want -all three images, trim the make line. But note that thanks to -a race condition in +

Root access is needed to run debootstrap and mount loopback +devices. See the README for more details on the build. If you do not +want all three images, trim the make line. But note that thanks to a race condition in vmdebootstrap, the build might fail without the patch to the kpartx call.

-- 2.47.2