aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update stage specification using SKIP_IMAGES (#163)Junian Triajianto2018-03-131-3/+3
| | | Change Stage specification guide from removing `EXPORT*` files to adding `SKIP_IMAGES` as per new recommended development process.
* Add option to preserve build container (#160)andig2018-03-051-0/+6
|
* Allow image building to be skipped for stages (#137)Ben Pirt2018-01-031-3/+3
|
* Update README with some information on how the build works (#136)Ben Pirt2017-12-151-5/+65
|
* Add caution about WORK_DIR filesystemRick2017-09-281-0/+2
|
* [adding] qemu emulation layout to test images with qemuJacen2017-09-141-0/+4
|
* Update README.mdSerge Schneider2017-09-041-1/+1
| | | | Fixes #105
* Add xz-utils dependencySerge Schneider2017-07-281-1/+1
| | | | Closes #90
* Corrected various typos (#91)TJ Rana2017-07-271-2/+2
| | | | | | | | | | * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
* Added docker-compose.yml for easy apt-cacher-ng startupClaus Strasburger2017-07-171-0/+6
|
* README: Add stage 5 descriptionSerge Schneider2017-06-271-6/+8
|
* Tell docker to delete the volume as wellAndrew Smith2017-06-271-1/+1
| | | | | Addresses #62 Because of the use of volumes the .img files (and everything else) will stay around on disk even when you do `docker rm pigen_work`. Passing `-v` deletes the volume as well and frees up disk space.
* Update stage specification exampleJacob Siverskog2017-06-271-1/+3
| | | | | | The previous example failed for me due to a missing SKIP in stage5. While at it, complete the example with all steps needed to get an image generated.
* README.md: Describe more config variables, cleanupT. Joseph Carter2017-05-081-9/+57
| | | | | | | | | | | Added some documentation of environment variables to README.md, specifically WORK_DIR and DEPLOY_DIR. Explicitly did not include SCRIPT_DIR at this time because that appears to require some small work before it can be changed. Took the chance for some other syntax cleanups while I was at it, mostly breaking long lines and inserting whitespace where some Markdown parsers require it.
* Building in a different direction by replacing stage folders (#51)Ross Schulman2017-02-261-0/+1
|
* Add README warning for binfmt-support requirement (#46)Sam Holmes2017-02-081-1/+4
|
* Added Docker support (#40)Claus F. Strasburger2017-01-231-3/+16
| | | | | | | | | | | | | * Added Docker support - replaced necessity for devicemapper (through kpartx) by using parted and losetup with offsets - added Dockerfile - added dependency for parted and grep - added hints to README.md - common: loop through unmounts, fix shellcheck warnings * stage2: use debconf instead of console-setup patch. Fixes #41
* Add stage specification instructionsSam Holmes2017-01-201-6/+17
|
* Tidy up README hierarchy furtherSam Holmes2017-01-201-6/+8
|
* Update README markdown formattingSam Holmes2017-01-201-5/+5
| | | | | | The additional space between the # at the beginning of a section and title conforms to correct markdown spec (and works in all markdown renderers, as opposed to just GitHub)
* README.md: Add libcap2-bin as a dependencyXECDesign2016-12-051-1/+1
|
* Add bsdtar to dependenciesNicolas Martignoni2016-12-041-1/+1
|
* adding dosfstools as a build dependencySajal Kayan2016-11-141-1/+1
|
* Revert 7f0c59d5c1291c087eccc4fc70014190de6a439fSerge Schneider2016-10-141-12/+0
|
* README.md: Improve config variable documentation (#24)Joseph Carter2016-10-051-4/+24
|
* Add MAX_STAGE and RUN_STAGE variables (#21)Greg MacLellan2016-10-051-1/+2
| | | | | | | | | | | | | | * Add MAX_STAGES variable If set, only runs up to that stage * Show "Skipping stageX" message for all skipped stages * Add RUN_STAGE variable to run a single stage * Document RUN_STAGE and MAX_STAGE * Removed SKIP file support for main stage
* Dependency checks + important bugfix (#16)Joseph Carter2016-09-141-1/+1
|
* Implement Landrash's suggestions for README.md (#15)Joseph Carter2016-09-111-2/+5
|
* README.md: Working toward basic documentation (#10)Joseph Carter2016-09-051-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | * README.md: document config file Still pretty sparse, but as this bit is necessary to actually use pi-gen, here it is. * README.md: Overview of Raspbian's stages * README.md: Stages -> Raspbian Stages + heading Decided that the Stages heading probably made more sense as being retitled to refer specifically to Raspbian since it has no direct bearing on pi-gen itself which could produce any Debianish system for the pi, and also that there ought to be a Stage Anatomy section first talking about the nuts and bolts of what goes into these stages. Stage Anatomy is just a heading for now. * README.md: Make Config section less conversational Left the stage overview as it was since it's intended more as a plain language explanation than a technically complete look. I believe that kind of information is useful to have, but perhaps as README.md becomes longer it may be advisable to move it to another location.
* README.md: Image and NOOBS export exist nowT. Joseph Carter2016-09-011-2/+0
| | | | | Document that the TODO items of exporting images and NOOBS packages have been implmented.
* README.md: Note dependency on pxzT. Joseph Carter2016-09-011-1/+1
| | | | The export of a NOOBS image requires the pxz program.
* Update README.mdSerge Schneider2016-04-111-0/+10
|
* Setup initial layoutSerge Schneider2016-04-081-0/+0