On Mon, Dec 8, 2014 at 9:55 AM, Robert Nelson <[email protected]> wrote: > On Mon, Dec 8, 2014 at 12:23 AM, Gunjan Gupta <[email protected]> wrote: >> Hi Robert, >> >> I have built a customized debian image based on your latest imagebuilder >> script, and I am also facing this issue. Is it still broken? If yes, could >> you please tell the steps to get it working? > > bone101 "master" is still broken.. (master is built with jekyll) i > just pushed a commit to use a pre "master" checkout (non-jekyll > dependent) version that'll work: (it's a version of bone101 from mid > summerish) > > https://github.com/RobertCNelson/omap-image-builder/commit/a61106b255bc7ae379981d13988c977671fa14b2
Here's a simple patch to avoid the bad reference to base.siteurl in the home directory: https://github.com/beagleboard/bone101/commit/4e9238747e864263cc0d5ebe45ee6f736206b38b Making this work requires that you: # apt-get install jekyll # cd /var/lib/cloud9 # jekyll bone101 I believe the jekyll line is different on Debian 7 (wheezy) than Debian 8 (jessie). For the newer jekyll, it should be something like: # jekyll build --destination bone101 You should also be able to launch jekyll as a process to continuously monitor the files and apply the templates. > > Regards, > > -- > Robert Nelson > http://www.rcn-ee.com/ > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
