From: Petter Reinholdtsen Date: Fri, 14 Mar 2014 09:55:33 +0000 (+0000) Subject: Ready to go? X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/d8a4743931faaeeda479552ec5b3d18d280e1602?ds=sidebyside Ready to go? --- 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.