mirror of https://github.com/CIRCL/Circlean
Use most recent image
parent
2c48aa5260
commit
2c3a9ec596
|
@ -31,7 +31,7 @@ PARTITION_BOOT='/dev/sdd1'
|
||||||
|
|
||||||
# If you use the img
|
# If you use the img
|
||||||
##### Debian
|
##### Debian
|
||||||
IMAGE='2014-06-20-wheezy-raspbian.img'
|
IMAGE='2014-09-09-wheezy-raspbian.img'
|
||||||
OFFSET_ROOTFS=$((122880 * 512))
|
OFFSET_ROOTFS=$((122880 * 512))
|
||||||
OFFSET_BOOT=$((8192 * 512))
|
OFFSET_BOOT=$((8192 * 512))
|
||||||
##### Arch
|
##### Arch
|
||||||
|
|
|
@ -3,12 +3,12 @@ Add empty space to the image
|
||||||
|
|
||||||
Add 2Gb
|
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
|
Expand partition size
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
> fdisk 2014-06-20-wheezy-raspbian.img
|
> fdisk 2014-09-09-wheezy-raspbian.img
|
||||||
|
|
||||||
Command (m for help): *p*
|
Command (m for help): *p*
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# http://xecdesign.com/qemu-emulating-raspberry-pi-the-easy-way/
|
# 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))
|
OFFSET_ROOTFS=$((122880 * 512))
|
||||||
|
|
||||||
IMAGE_VFAT_NORM="testcase.vfat"
|
IMAGE_VFAT_NORM="testcase.vfat"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Force the User
|
# We cannot use the version 0.12 because it requires fontforge 2.0
|
||||||
su root
|
# 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
|
wget https://github.com/Rafiot/pdf2htmlEX/archive/KittenGroomer.zip
|
||||||
unzip v0.11.zip
|
unzip KittenGroomer.zip
|
||||||
|
|
||||||
cd pdf2htmlEX-0.11/
|
cd pdf2htmlEX-KittenGroomer/
|
||||||
|
|
||||||
dpkg-buildpackage -uc -b
|
dpkg-buildpackage -uc -b
|
||||||
|
|
Loading…
Reference in New Issue