aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added docker-compose.yml for easy apt-cacher-ng startupClaus Strasburger2017-07-173-0/+17
|
* Docker build: move to debian stretchClaus Strasburger2017-07-172-5/+6
|
* Export-image: Only disable metadata_csum feature if it's possibly enabled.Russ Kubes2017-07-171-1/+5
|
* Update release notesSerge Schneider2017-07-101-0/+2
|
* Update release notes2017-07-05-raspbian-jessieSerge Schneider2017-07-051-0/+3
|
* Export-image: disable metadata_csum for compatibility with older SD card copiersSerge Schneider2017-07-031-1/+1
|
* README: Add stage 5 descriptionSerge Schneider2017-06-271-6/+8
|
* Also use -v in error messageAndrew Smith2017-06-271-1/+1
|
* 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.
* Fixed running docker script from within pwd containing spacesThomas Phillips2017-06-271-4/+6
|
* Image build date now honours timezoneThomas Phillips2017-06-271-1/+1
|
* export-image: increase free space padding2017-06-21-raspbian-jessieSerge Schneider2017-06-211-1/+1
|
* export-image: switch from fallocate to truncateSerge Schneider2017-06-211-1/+1
|
* stage0: configure apt before localesSerge Schneider2017-06-217-0/+0
|
* bootstrap: cope with NFS and FUSE filesystemsSerge Schneider2017-06-201-1/+1
|
* export-image: use apparent size when calculating disk usageSerge Schneider2017-06-201-2/+2
|
* stage4: install python3-thonnySerge Schneider2017-06-201-1/+1
|
* NOOBS: update kernel version numberSerge Schneider2017-06-201-1/+1
|
* Update release notesSerge Schneider2017-05-151-0/+9
|
* stage4: add /etc/mtab symlinkSerge Schneider2017-05-151-0/+2
|
* Move rpi-update from stage3 to stage2Serge Schneider2017-05-152-1/+1
|
* stage0: Install localesSerge Schneider2017-05-154-7/+8
| | | | fixes #65
* stage4: Add ThonnySerge Schneider2017-05-101-0/+1
|
* stage4: Add Scratch 2Serge Schneider2017-05-101-0/+1
|
* stage4: Add pimoroni's packagesSerge Schneider2017-05-102-1/+20
|
* Shorten config.txt urlBen Nuttall2017-05-101-1/+1
| | | Because why not? :)
* stage0: Verify Releases during bootstrapSerge Schneider2017-05-102-2/+2
| | | | Fixes #5
* stage4: Install 'git' instead of transitional package 'git-core'Serge Schneider2017-05-081-1/+2
| | | | Fixes #11
* 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.
* export-noobs: replace all spaces with underscores in OS icon fileSerge Schneider2017-04-031-1/+1
|
* export-noobs: rename Raspbian.png to match NOOBS_NAMESerge Schneider2017-04-032-1/+3
|
* Add a 4GB imageSerge Schneider2017-04-038-4/+9
|
* Clean up clean upSerge Schneider2017-04-036-20/+30
|
* Update release notesSerge Schneider2017-04-031-0/+2
|
* Minor error in stage2 sys-tweaks debconf fileBenjamin Parzella2017-04-031-2/+1
| | | Seems like there is a misplaced line break
* Updated {i}-run-chroot script filename to match {i}-run.sh formatMike Roberts2017-03-201-4/+4
|
* Make WORK_DIR and DEPLOY_DIR configurable through config fileDavid C Wang2017-03-141-2/+2
|
* config.txt: update documentation URLSerge Schneider2017-03-131-1/+1
|
* build.sh: execute postrun.sh, if executableSerge Schneider2017-03-132-0/+8
|
* Specify additional variables in EXPORT_* filesSerge Schneider2017-03-137-5/+16
|
* stage2: install libpam-chksshpwdSerge Schneider2017-03-131-0/+1
|
* Switch to PARTUUIDSerge Schneider2017-03-079-8/+20
|
* Revert "Enable pi-gen build when "pi-gen/work" dir is a symlink"Serge Schneider2017-03-061-1/+1
| | | | This reverts commit 40b5af925b8b00d2bd383358a4aa013c3367abc9.
* partition_setup.sh: Only copy filesSerge Schneider2017-03-061-3/+3
|
* Enable pi-gen build when "pi-gen/work" dir is a symlinkDavid C Wang2017-03-061-1/+1
| | | | | | | | | | | * Occasionally, it is necessary to symbolically link the pi-gen/work directory to a different place on the filesystem. This is true if the current partition is low on space, or when building within vagrant virtual machine shared mounts which do not support all regular fs operations. * Without this change, the pi-gen build will fail to unmount because the OS 'mount' command returns canonical paths which fails to match the symbolically linked path to 'work' dir.
* Copy wpa_supplicant.conf from NOOBSSerge Schneider2017-03-061-0/+4
|
* Update release notesSerge Schneider2017-03-061-0/+4
|
* Copy ssh and ssh.txt to boot partition2017-03-02-raspbian-jessieSerge Schneider2017-03-061-0/+8
|
* Format boot partition as FAT32Serge Schneider2017-03-061-0/+1
|