Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add extra packages back and create a 4GB image | Serge Schneider | 2018-11-08 | 2 | -1/+3 |
| | |||||
* | stage2: set timezone properly | Serge Schneider | 2018-10-11 | 2 | -2/+8 |
| | |||||
* | stage2: remove left-over debconf file | Serge Schneider | 2018-10-11 | 1 | -2/+0 |
| | |||||
* | stage2: add ssh-import-id | Serge Schneider | 2018-10-04 | 1 | -0/+1 |
| | |||||
* | stage2: Set default timezone to 'London' | Serge Schneider | 2018-09-10 | 1 | -6/+2 |
| | |||||
* | stage2: accept Mathematica EULA here instead of stage5 | Serge Schneider | 2018-09-10 | 1 | -0/+2 |
| | |||||
* | stage2: clean unused/obsolete patch (#187) | Hugo Hromic | 2018-06-04 | 1 | -15/+0 |
| | |||||
* | shellcheck | Serge Schneider | 2018-03-13 | 3 | -14/+14 |
| | |||||
* | Remove unnecessary files | Serge Schneider | 2018-03-13 | 2 | -6/+0 |
| | |||||
* | stage2: don't set 'country' in wpa_supplicant.conf | Serge Schneider | 2018-03-01 | 1 | -1/+0 |
| | |||||
* | Remove ld.so.preload and policy-rc.d changes | Serge Schneider | 2018-03-01 | 1 | -8/+0 |
| | |||||
* | stage2: install policykit-1 | Serge Schneider | 2017-12-13 | 1 | -0/+1 |
| | | | | Closes #116 | ||||
* | stage2: install man-db | Serge Schneider | 2017-11-24 | 1 | -0/+1 |
| | |||||
* | [adding] qemu emulation layout to test images with qemu | Jacen | 2017-09-14 | 3 | -0/+26 |
| | |||||
* | Revert "stage2: install fdisk"2017-09-07-raspbian-stretch | Serge Schneider | 2017-09-05 | 1 | -1/+0 |
| | | | | This reverts commit e7e04fcde3ec4cd3b7d79a6c33fd68ee9be7ebfb. | ||||
* | stage2: install fdisk | Serge Schneider | 2017-09-05 | 1 | -0/+1 |
| | |||||
* | stage2: install net-tools explicitly | Serge Schneider | 2017-08-24 | 1 | -0/+1 |
| | |||||
* | Remove NTP in favour of systemd-timesyncd | Serge Schneider | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | export-noobs: enable NOOBS config script here instead of stage2 | Serge Schneider | 2017-07-28 | 1 | -1/+0 |
| | |||||
* | stage2: Move ssh host key regen and NOOBS config scripts to raspberrypi-sys-mods | Serge Schneider | 2017-07-28 | 3 | -44/+0 |
| | |||||
* | stage2: firmware-ralink renamed to firmware-misc-nonfree | Serge Schneider | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | stage2: update wait.conf | Serge Schneider | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | stage2: Add htop | Serge Schneider | 2017-07-28 | 1 | -0/+1 |
| | |||||
* | stage2: Add libmtp-runtime and rsync | Serge Schneider | 2017-07-28 | 1 | -0/+2 |
| | |||||
* | Switch to Stretch | Serge Schneider | 2017-07-28 | 5 | -3/+24 |
| | |||||
* | Corrected various typos (#91) | TJ Rana | 2017-07-27 | 1 | -0/+1 |
| | | | | | | | | | | * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines | ||||
* | Move rpi-update from stage3 to stage2 | Serge Schneider | 2017-05-15 | 1 | -0/+1 |
| | |||||
* | stage0: Install locales | Serge Schneider | 2017-05-15 | 2 | -7/+1 |
| | | | | fixes #65 | ||||
* | Clean up clean up | Serge Schneider | 2017-04-03 | 1 | -5/+0 |
| | |||||
* | Minor error in stage2 sys-tweaks debconf file | Benjamin Parzella | 2017-04-03 | 1 | -2/+1 |
| | | | Seems like there is a misplaced line break | ||||
* | Specify additional variables in EXPORT_* files | Serge Schneider | 2017-03-13 | 2 | -1/+3 |
| | |||||
* | stage2: install libpam-chksshpwd | Serge Schneider | 2017-03-13 | 1 | -0/+1 |
| | |||||
* | Switch to PARTUUID | Serge Schneider | 2017-03-07 | 2 | -3/+3 |
| | |||||
* | stage2: Manually install /etc/default/console-setup | Serge Schneider | 2017-03-06 | 2 | -0/+17 |
| | | | | debconf alone does not seem to work | ||||
* | Added Docker support (#40) | Claus F. Strasburger | 2017-01-23 | 3 | -19/+8 |
| | | | | | | | | | | | | | * 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 | ||||
* | stage2: Add apt-transport-https | Serge Schneider | 2017-01-12 | 1 | -0/+1 |
| | | | | Fixes RPi-Distro/repo#52 | ||||
* | Port regenerate_ssh_host_key to a systemd service | Serge Schneider | 2016-11-24 | 3 | -37/+12 |
| | |||||
* | regenerate_ssh_host_keys: run in the foreground | Serge Schneider | 2016-11-24 | 1 | -2/+2 |
| | |||||
* | Disable SSH by default | Serge Schneider | 2016-11-23 | 1 | -2/+2 |
| | |||||
* | Use capsh to ensure file capabilities aren't set | Serge Schneider | 2016-11-14 | 2 | -5/+5 |
| | |||||
* | stage2: remove sudoers modification (merged into raspberrypi-sys-mods) | Serge Schneider | 2016-10-18 | 2 | -11/+0 |
| | |||||
* | stage2: install raspberrypi-net-mods | Serge Schneider | 2016-10-18 | 3 | -28/+1 |
| | |||||
* | stage2: Noobs export2016-09-23-raspbian-jessie | Serge Schneider | 2016-09-21 | 1 | -0/+0 |
| | |||||
* | Remove 98-rpi.conf (now handled by raspberrypi-sys-mods) | Serge Schneider | 2016-09-15 | 2 | -4/+0 |
| | |||||
* | Rework | Serge Schneider | 2016-05-05 | 1 | -0/+1 |
| | |||||
* | Add Raspbian stages | Serge Schneider | 2016-04-11 | 31 | -0/+380 |