Commit Graph

9 Commits

Author SHA1 Message Date
T. Joseph Carter
eb1a442b34 Merge branch 'dev' of https://github.com/iKarith/pi-gen into dev 2016-09-14 02:52:28 -07:00
T. Joseph Carter
8789968a14 build.sh: Add dependency checking
Includes new script scripts/dependencies_check
2016-09-14 02:51:28 -07:00
T. Joseph Carter
7dfff846a1 build.sh: Use sed script for packages files
Broke the sed expressions out of build.sh and put them their own
documented sed script.  This greatly improves readability and avoids
build.sh getting messier.

Broke the substitution command into two separate subs.  The first just
deletes comments, and the second collapses all whitespace into a single
space.  This too is easier to read, and catches a couple of edge cases
that would result it not all whitespace being collapsed.  The result may
still have (one) leading and/or trailing space, which is acceptable.
2016-09-06 12:20:43 -07:00
Serge Schneider
cc5a65723c Add NOOBS export support 2016-05-27 11:54:56 +01:00
Serge Schneider
b61c63db8f common: Fix issue date 2016-05-05 14:55:53 +01:00
Serge Schneider
aca321fd70 Various fixes 2016-05-04 19:52:13 +01:00
Teguh Sobirin
612c1a73f1 Add missing /dev/pts
Missing /dev/pts causing "Can not write log, openpty() failed (/dev/pts not mounted?)"
2016-04-27 10:33:04 +01:00
Serge Schneider
2701f10c90 Initial build script 2016-04-11 07:21:07 +01:00
Serge Schneider
25b7d54af5 Setup initial layout 2016-04-08 03:32:06 +01:00