aboutsummaryrefslogtreecommitdiff
path: root/rpi2-gen-image.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix: ENABLE_CRYPTFS -> UBOOT, SPLITFS, EXPANDROOT - cleanupHEADmasterJan Wagner2016-04-191-21/+29
|
* Use package git instead of git-core: Don't pull in obsolete packagesAxel Beckert2016-03-261-1/+1
| | | | | git-core is a transitional package since April 2010 and the no more supported Debian 6 Squeeze.
* shred-fixJan Wagner2016-03-251-0/+1
|
* Added: ENABLE_CRYPTFS - encrypted rootfs, use-latest-bootloader, cp-cleanupJan Wagner2016-03-251-31/+92
|
* Added: KERNEL_REDUCE - less than 128MB used space, Added: REDUCE_ parametersJan Wagner2016-03-171-95/+77
|
* Added: KERNELSRC_PREBUILT, KERNELSRC_ rename, fix-quotesJan Wagner2016-03-151-47/+52
|
* Added: ENABLE_REDUCE - down to 160MB used space,fix-resolve,fix-machineidJan Wagner2016-03-141-7/+46
|
* Added: KERNEL_SRCDIR, path-checks, code-cleanupJan Wagner2016-03-131-17/+73
|
* comment-cleanup, net-cleanup, size-calc-fix, split-more, menuconfigJan Wagner2016-03-131-6/+14
|
* code cleanup and even more splitingJan Wagner2016-03-121-0/+1
|
* vknecht-master-mergeJan Wagner2016-03-121-19/+58
|\
| * Added ENABLE_SPLITFS option to produce distinct /boot/firmware and root imagesVincent Knecht2016-03-121-432/+32
| |\
| * | Added ENABLE_SPLITFS option to create distinct images for firmware and root ↵Vincent Knecht2016-03-111-22/+66
| | | | | | | | | | | | partitions
* | | spliting more files, fix-uboot, fix-fbturbo, fix-localeJan Wagner2016-03-121-10/+18
| |/ |/|
* | fix: custom.d directory errorJan Wagner2016-03-111-3/+6
| |
* | Enhance kernel build by headers install, parallelism and cleanupFilip Pytloun2016-03-111-0/+1
| |
* | Remove resolv.conf on cleanupFilip Pytloun2016-03-111-0/+1
| |
* | Refactor: split bootstrap actions and allow customFilip Pytloun2016-03-111-450/+14
| |
* | Added: BUILD_KERNEL - build latest rpi2 kernelJan Wagner2016-03-111-7/+44
|/
* Merge pull request #28 from stylesuxx/run-scripts-in-chrootdrtyhlpr2016-03-071-0/+8
|\ | | | | Added functionality to run custom scripts after base bootstrap
| * Added functionality to run custom scripts after base bootstrapChris Landa2016-03-051-0/+8
| |
* | user fixJan Wagner2016-03-061-1/+1
| |
* | Merge branch 'master' of https://github.com/fpytloun/rpi2-gen-image into ↵Jan Wagner2016-03-061-340/+108
|\ \ | | | | | | | | | fpytloun-master
| * | Fix escaping of adduserFilip Pytloun2016-03-061-1/+1
| | |
| * | Cleanup code by spliting filesFilip Pytloun2016-03-061-358/+26
| | |
| * | Option to expand partition and rootfs on first bootFilip Pytloun2016-03-061-2/+67
| | | | | | | | | | | | Initial version from vknecht
| * | Option to disable rsyslog and improvements (also security)Filip Pytloun2016-03-061-55/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce chroot_exec function - Allow choosing custom kernel - Install raspberrypi-bootloader-nokernel package instead of getting firmware with wget - Option to disable rsyslog and use only journald - [SECURITY] ensure ssh host keys are generated on first boot - allow control if default user is created - allow control of root ssh login
* | | Merge branch 'rootfs-size-calculation-improvement' of ↵Jan Wagner2016-03-061-14/+21
|\ \ \ | |/ / |/| | | | | https://github.com/stylesuxx/rpi2-gen-image into stylesuxx-rootfs-size-calculation-improvement
| * | Make the rootfs partition 20% bigger than the used size of the chroot directoryChris Landa2016-03-051-14/+21
| |/
* | Merge branch 'add-custom-packages' of ↵Jan Wagner2016-03-061-1/+2
|\ \ | | | | | | | | | https://github.com/stylesuxx/rpi2-gen-image into stylesuxx-add-custom-packages
| * | Added functionality to add custom packages to APT_INCLUDESChris Landa2016-03-051-1/+2
| |/
* | static ip patch by vknechtJan Wagner2016-03-051-1/+34
|\ \
| * | Add support for static network configuration.Vincent Knecht2016-02-161-1/+34
| | |
* | | Fixes issue Apt Proxy #22Daniell2016-03-031-1/+1
| |/ |/| | | | | Added ; in line 206
* | another proxy fix - now even without proxy, hehJan Wagner2016-03-011-5/+0
| |
* | Merge pull request #15 from vknecht/locale-fixdrtyhlpr2016-03-011-7/+48
|\ \ | | | | | | Fixed DEFLOCAL shell var substitution while sed-ing /etc/locale.gen / thx
| * | Added support for keyboard configurationVincent Knecht2016-02-211-2/+31
| | |
| * | - Moved locales configuration after "apt-get upgrade" sequence to work aroundVincent Knecht2016-02-201-6/+18
| |/ | | | | | | | | | | | | | | "dpkg-reconfigure locales" bug overwriting previous config - Added debconf selections for locales settings, might be useful when bug mentioned gets fixed - Added 'update-locale' command to actually set up /etc/default/locale - Generate en_US.UTF-8 in any case, as per Debian Refence Manual recommendation
| * Fixed DEFLOCAL shell var substitution while sed-ing /etc/locale.genVincent Knecht2016-02-131-1/+1
| |
* | fix for a upcomming mergeJan Wagner2016-03-011-1/+1
| |
* | binfmt-support dep fix for stretch/sidJan Wagner2016-03-011-1/+1
| |
* | Merge branch 'master' of https://github.com/drtyhlpr/rpi2-gen-imageJan Wagner2016-03-011-1/+1
|\ \
| * | Use the system timezone by defaultAdam Baxter2016-02-131-1/+1
| |/
* / proxy fix - that includes voltagex-proxy-syntax and #12Jan Wagner2016-03-011-2/+2
|/
* Replaced: ENABLE_FLUXBOX -\> ENABLE_WMJan Wagner2015-12-221-4/+4
|
* fix: ENABLE_SOUNDJan Wagner2015-12-201-36/+37
|
* Added: ENABLE_FBTURBOJan Wagner2015-12-181-9/+51
|
* fix: ENABLE_IPTABLESJan Wagner2015-12-161-8/+21
|
* Added: ENABLE_MINBASE, Fix: Use systemd-networkdJan Wagner2015-12-151-5/+39
|
* Removed ENABLE_SYSTEMD(=false)Jan Wagner2015-12-151-12/+1
|