From 2c3a9ec59664a906ce19ebd8e83317f71da37e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 30 Sep 2014 16:22:14 +0200 Subject: [PATCH] Use most recent image --- mount_image.sh | 2 +- resize_img.md | 4 ++-- tests/run.sh | 2 +- update_builder.sh | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mount_image.sh b/mount_image.sh index 531245f..ec23853 100755 --- a/mount_image.sh +++ b/mount_image.sh @@ -31,7 +31,7 @@ PARTITION_BOOT='/dev/sdd1' # If you use the img ##### Debian -IMAGE='2014-06-20-wheezy-raspbian.img' +IMAGE='2014-09-09-wheezy-raspbian.img' OFFSET_ROOTFS=$((122880 * 512)) OFFSET_BOOT=$((8192 * 512)) ##### Arch diff --git a/resize_img.md b/resize_img.md index 231d3af..4713480 100644 --- a/resize_img.md +++ b/resize_img.md @@ -3,12 +3,12 @@ Add empty space to the image Add 2Gb -> dd if=/dev/zero bs=1024k count=2048 >> 2014-06-20-wheezy-raspbian.img +> dd if=/dev/zero bs=1024k count=2048 >> 2014-09-09-wheezy-raspbian.img Expand partition size ===================== -> fdisk 2014-06-20-wheezy-raspbian.img +> fdisk 2014-09-09-wheezy-raspbian.img Command (m for help): *p* diff --git a/tests/run.sh b/tests/run.sh index 9100b8b..984d10b 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -2,7 +2,7 @@ # http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/ -IMAGE='../2014-06-20-wheezy-raspbian.img' +IMAGE='../2014-09-09-wheezy-raspbian.img' OFFSET_ROOTFS=$((122880 * 512)) IMAGE_VFAT_NORM="testcase.vfat" diff --git a/update_builder.sh b/update_builder.sh index 8ac06f1..0fdfbe5 100755 --- a/update_builder.sh +++ b/update_builder.sh @@ -1,11 +1,11 @@ #!/bin/bash -# Force the User -su root +# We cannot use the version 0.12 because it requires fontforge 2.0 +# The fork use a saner list of dependencies and a patch that allows to build on debian jessie. -wget https://github.com/coolwanglu/pdf2htmlEX/archive/v0.11.zip -unzip v0.11.zip +wget https://github.com/Rafiot/pdf2htmlEX/archive/KittenGroomer.zip +unzip KittenGroomer.zip -cd pdf2htmlEX-0.11/ +cd pdf2htmlEX-KittenGroomer/ dpkg-buildpackage -uc -b