Use most recent image

pull/10/head
Raphaël Vinot 2014-09-30 16:22:14 +02:00
parent 2c48aa5260
commit 2c3a9ec596
4 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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*

View File

@ -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"

View File

@ -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