Skip to content

Commit

Permalink
Use most recent image
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 30, 2014
1 parent 2c48aa5 commit 2c3a9ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mount_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions resize_img.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions update_builder.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c3a9ec

Please sign in to comment.