Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added docker-compose.yml for easy apt-cacher-ng startup | Claus Strasburger | 2017-07-17 | 3 | -0/+17 |
| | |||||
* | Docker build: move to debian stretch | Claus Strasburger | 2017-07-17 | 2 | -5/+6 |
| | |||||
* | Export-image: Only disable metadata_csum feature if it's possibly enabled. | Russ Kubes | 2017-07-17 | 1 | -1/+5 |
| | |||||
* | Update release notes | Serge Schneider | 2017-07-10 | 1 | -0/+2 |
| | |||||
* | Update release notes2017-07-05-raspbian-jessie | Serge Schneider | 2017-07-05 | 1 | -0/+3 |
| | |||||
* | Export-image: disable metadata_csum for compatibility with older SD card copiers | Serge Schneider | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | README: Add stage 5 description | Serge Schneider | 2017-06-27 | 1 | -6/+8 |
| | |||||
* | Also use -v in error message | Andrew Smith | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Tell docker to delete the volume as well | Andrew Smith | 2017-06-27 | 1 | -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 example | Jacob Siverskog | 2017-06-27 | 1 | -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 spaces | Thomas Phillips | 2017-06-27 | 1 | -4/+6 |
| | |||||
* | Image build date now honours timezone | Thomas Phillips | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | export-image: increase free space padding2017-06-21-raspbian-jessie | Serge Schneider | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | export-image: switch from fallocate to truncate | Serge Schneider | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | stage0: configure apt before locales | Serge Schneider | 2017-06-21 | 7 | -0/+0 |
| | |||||
* | bootstrap: cope with NFS and FUSE filesystems | Serge Schneider | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | export-image: use apparent size when calculating disk usage | Serge Schneider | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | stage4: install python3-thonny | Serge Schneider | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | NOOBS: update kernel version number | Serge Schneider | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Update release notes | Serge Schneider | 2017-05-15 | 1 | -0/+9 |
| | |||||
* | stage4: add /etc/mtab symlink | Serge Schneider | 2017-05-15 | 1 | -0/+2 |
| | |||||
* | Move rpi-update from stage3 to stage2 | Serge Schneider | 2017-05-15 | 2 | -1/+1 |
| | |||||
* | stage0: Install locales | Serge Schneider | 2017-05-15 | 4 | -7/+8 |
| | | | | fixes #65 | ||||
* | stage4: Add Thonny | Serge Schneider | 2017-05-10 | 1 | -0/+1 |
| | |||||
* | stage4: Add Scratch 2 | Serge Schneider | 2017-05-10 | 1 | -0/+1 |
| | |||||
* | stage4: Add pimoroni's packages | Serge Schneider | 2017-05-10 | 2 | -1/+20 |
| | |||||
* | Shorten config.txt url | Ben Nuttall | 2017-05-10 | 1 | -1/+1 |
| | | | Because why not? :) | ||||
* | stage0: Verify Releases during bootstrap | Serge Schneider | 2017-05-10 | 2 | -2/+2 |
| | | | | Fixes #5 | ||||
* | stage4: Install 'git' instead of transitional package 'git-core' | Serge Schneider | 2017-05-08 | 1 | -1/+2 |
| | | | | Fixes #11 | ||||
* | README.md: Describe more config variables, cleanup | T. Joseph Carter | 2017-05-08 | 1 | -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 file | Serge Schneider | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | export-noobs: rename Raspbian.png to match NOOBS_NAME | Serge Schneider | 2017-04-03 | 2 | -1/+3 |
| | |||||
* | Add a 4GB image | Serge Schneider | 2017-04-03 | 8 | -4/+9 |
| | |||||
* | Clean up clean up | Serge Schneider | 2017-04-03 | 6 | -20/+30 |
| | |||||
* | Update release notes | Serge Schneider | 2017-04-03 | 1 | -0/+2 |
| | |||||
* | Minor error in stage2 sys-tweaks debconf file | Benjamin Parzella | 2017-04-03 | 1 | -2/+1 |
| | | | Seems like there is a misplaced line break | ||||
* | Updated {i}-run-chroot script filename to match {i}-run.sh format | Mike Roberts | 2017-03-20 | 1 | -4/+4 |
| | |||||
* | Make WORK_DIR and DEPLOY_DIR configurable through config file | David C Wang | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | config.txt: update documentation URL | Serge Schneider | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | build.sh: execute postrun.sh, if executable | Serge Schneider | 2017-03-13 | 2 | -0/+8 |
| | |||||
* | Specify additional variables in EXPORT_* files | Serge Schneider | 2017-03-13 | 7 | -5/+16 |
| | |||||
* | stage2: install libpam-chksshpwd | Serge Schneider | 2017-03-13 | 1 | -0/+1 |
| | |||||
* | Switch to PARTUUID | Serge Schneider | 2017-03-07 | 9 | -8/+20 |
| | |||||
* | Revert "Enable pi-gen build when "pi-gen/work" dir is a symlink" | Serge Schneider | 2017-03-06 | 1 | -1/+1 |
| | | | | This reverts commit 40b5af925b8b00d2bd383358a4aa013c3367abc9. | ||||
* | partition_setup.sh: Only copy files | Serge Schneider | 2017-03-06 | 1 | -3/+3 |
| | |||||
* | Enable pi-gen build when "pi-gen/work" dir is a symlink | David C Wang | 2017-03-06 | 1 | -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 NOOBS | Serge Schneider | 2017-03-06 | 1 | -0/+4 |
| | |||||
* | Update release notes | Serge Schneider | 2017-03-06 | 1 | -0/+4 |
| | |||||
* | Copy ssh and ssh.txt to boot partition2017-03-02-raspbian-jessie | Serge Schneider | 2017-03-06 | 1 | -0/+8 |
| | |||||
* | Format boot partition as FAT32 | Serge Schneider | 2017-03-06 | 1 | -0/+1 |
| |