Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install gpiozero in lite images | Serge Schneider | 2021-03-31 | 1 | -0/+2 |
| | |||||
* | Only disable wifi if WPA_COUNTRY is not set (#416) | Raphael Nestler | 2020-09-18 | 1 | -3/+8 |
| | | | | | | | * Only disable wifi if WPA_COUNTRY is not set * Use '-n' instead of '-v' to test if WPA_COUNTRY is set Apparently -v doesn't work in all shells. | ||||
* | Enable adding SSH pubkey and setting pubkey only (#380) | Daniel F. Dickinson | 2020-09-08 | 1 | -0/+12 |
| | | | | | | | This commit add the ability to specify an SSH public key as well as the option to disable password authentication and only allow public key authentication for SSH. Signed-off-by: Daniel F. Dickinson <[email protected]> | ||||
* | Raspbian -> Raspberry Pi OS | Serge Schneider | 2020-08-24 | 1 | -1/+1 |
| | |||||
* | stage2: install raspinfo2020-08-20-raspbian-buster | Serge Schneider | 2020-06-22 | 1 | -0/+1 |
| | |||||
* | Update persistent rkfill files | Serge Schneider | 2020-01-28 | 1 | -2/+2 |
| | |||||
* | Use tee with wpa_passphrase so errors are visable | Sam Tygier | 2020-01-07 | 1 | -1/+2 |
| | | | | | | wpa_passphrase writes its error messages to stdout, so this needs to tee so that errors are visable to user. Also need to enable pipefail so that the error code still gets caught. | ||||
* | configure unprotected wifi when WPA_PASSWORD is unset (#357) | Christian Decker | 2019-12-05 | 1 | -0/+8 |
| | |||||
* | Include rpi-eeprom | Serge Schneider | 2019-09-18 | 1 | -0/+1 |
| | |||||
* | cmdline.txt: remove dwc_otg.lpm_enable=0 | Serge Schneider | 2019-08-14 | 1 | -4/+4 |
| | |||||
* | stage2: install pciutils | Serge Schneider | 2019-08-14 | 1 | -0/+1 |
| | |||||
* | Support regional config settings (#323) | Joshua Bussdieker | 2019-08-14 | 2 | -3/+3 |
| | |||||
* | stage2: add ntfs-3g | Serge Schneider | 2019-07-18 | 1 | -0/+1 |
| | |||||
* | stage2: Add vl805fw | Serge Schneider | 2019-07-08 | 1 | -0/+1 |
| | |||||
* | Revert "stage2: Add apt-transport-https" (#304) | gscscnd | 2019-07-03 | 1 | -1/+0 |
| | | | | | | | This reverts commit 1806504983024db6cf00935e20abcfd3295ab248. In Buster, APT has built‐in support for HTTPS repos (since version 1.5). The ca-certificates package is already included in the modified file, so this commit shouldn’t break anything. | ||||
* | stage2/00-copies-and-fills/02-run.sh: Fix re-runs of script (#301) | Xerxes Rånby | 2019-07-02 | 1 | -1/+4 |
| | | | Check that file exist before move. | ||||
* | Disable ld.so.preload while building | Serge Schneider | 2019-06-07 | 1 | -0/+3 |
| | |||||
* | stage2: Disable wifi on 5GHz models | Serge Schneider | 2019-06-07 | 1 | -0/+5 |
| | |||||
* | stage2: ethtool | Serge Schneider | 2019-04-01 | 1 | -0/+1 |
| | |||||
* | stage2: install rng-tools | XECDesign | 2019-03-29 | 1 | -0/+1 |
| | | | https://github.com/raspberrypi/linux/issues/2799 | ||||
* | Silence shellcheck warnings (#255) | Hugo Hromic | 2019-02-18 | 1 | -4/+2 |
| | | | | | | | | | | * Made more specific shellcheck disables * Fixed variable quoting (SC2086,SC2064) * Use `$*` expansion instead of `$@` when not using arrays (SC2124) * Use cleaner `$()` syntax instead of back quotes (SC2006) * Improved comparator (SC2166) * Minor improvements in coding style Tested clean output using: `find -name "*.sh" | xargs -n1 shellcheck -x`. | ||||
* | Quote wpa wifi variables | Sam Tygier | 2019-01-22 | 1 | -1/+1 |
| | | | | Allows essid and passwords with special characters. | ||||
* | Allow enabling ssh server from config | Sam Tygier | 2018-12-21 | 1 | -1/+5 |
| | | | | Add ENABLE_SSH option | ||||
* | Allow setting up wifi from config | Sam Tygier | 2018-12-21 | 1 | -0/+11 |
| | | | | Add WPA_ESSID, WPA_PASSWORD and WPA_COUNTRY options to config. | ||||
* | Allow setting user name and password from config | Sam Tygier | 2018-12-21 | 1 | -3/+3 |
| | | | | | | Add FIRST_USER_NAME and FIRST_USER_PASS variables that can be set in the config (or enviroment). Defaults to the standard pi and raspberry. | ||||
* | 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 |
| |