Commit Graph

108 Commits

Author SHA1 Message Date
Serge Schneider c8d0e0b0bb Remove rc.local
raspberrypi-sys-mods adds /etc/issue.d/IP.issue instead
2024-11-11 13:32:41 +00:00
Serge Schneider d7c4d3078c Bump default swap to 512M 2024-11-01 11:43:15 +00:00
Serge Schneider c6d303831b Remove wpa_supplicant tweaks 2024-10-31 13:21:58 +00:00
Serge Schneider e86b901e25 Rework wlan blocking 2024-10-31 13:21:00 +00:00
Serge Schneider 674c30e864 Replace python3-rpi.gpio with python3-rpi-lgpio 2024-10-28 14:58:23 +00:00
Serge Schneider 75fe47c757 Increase default swap size to 200 2024-05-27 13:48:11 +01:00
Serge Schneider 165e960237 Fix keyboard configuration
keyboard-configuration scripts ignores debconf settings if it doesn't
detect an attached keyboard. Instead, it sets XKBOPTIONS to
lv3:ralt_switch, which is not a desired option. It also considers an
empty XKBOPTIONS string to be unset. This workaround sets it to a
placeholder value which is removed later. dpkg-reconfigure is run
so that debconf-get-selections prints the correct values.
2024-04-18 11:29:40 +01:00
Serge Schneider 1ce1f1c913 Replace libcamera-apps with rpicam-apps 2024-03-04 08:54:17 +00:00
Serge Schneider 0425477d19 stage2: rc.local drop-in no longer required, since Debian ships its own version 2024-01-23 15:13:46 +00:00
Serge Schneider 399a5c2bcd stage2: install python3-venv 2023-11-29 01:29:33 +00:00
Serge Schneider 193bae2659 Remove obsolete packages 2023-11-28 14:25:26 +00:00
Serge Schneider 95c9fa8cb9 stage2: include gpiod binary tools 2023-11-27 15:24:41 +00:00
Serge Schneider dc6a3c1dd8 stage2: install python3-smbus2 2023-09-27 15:48:41 +01:00
Serge Schneider 5b15e14ff9 stage2: install GPIO libraries 2023-09-27 15:48:41 +01:00
Serge Schneider c4f98a873f Move picamera2 to stage3 - PyAV takes up too much space for lite images 2023-09-27 15:48:41 +01:00
Serge Schneider e6dd7caa2b stage2: remove rng-tools
See https://github.com/RPi-Distro/raspberrypi-sys-mods/pull/77
2023-09-25 15:04:19 +01:00
Serge Schneider 64b498b2dd Don't generate NOOBS files 2023-09-25 15:04:19 +01:00
Serge Schneider c856800c72 Switch to new kernel and firmware packages 2023-09-25 15:04:19 +01:00
Serge Schneider 8dd23cbc1d Remove dhcpcd and associated options 2023-09-25 15:04:19 +01:00
Serge Schneider 9d9d063790 Remove/replace obsolete packages 2023-09-25 15:04:19 +01:00
Serge Schneider 47e34efb89 stage2: pre-install kms++-utils 2022-11-08 10:59:55 +00:00
Serge Schneider 7206ab1c22 Switch to sys-mods' firstboot script 2022-09-01 16:27:15 +01:00
Serge Schneider 67491f15a8 Install 'file' 2022-09-01 11:21:09 +01:00
Serge Schneider 69cd410162 Install picamera2 2022-08-30 16:54:09 +01:00
Serge Schneider d53c4e58fb Default to dhcpcd for now 2022-08-19 12:38:33 +01:00
Serge Schneider 68ddb44960 Use raspi-config to set WPA_COUNTRY 2022-08-19 12:35:48 +01:00
Serge Schneider db3cd433fb stage2: Install NetworkManager 2022-08-09 12:18:13 +01:00
Serge Schneider 4de913c1ff Modify 010_pi-nopasswd to match FIRST_USER_NAME
https://github.com/RPi-Distro/raspberrypi-sys-mods/issues/62#issuecomment-1148443217=
2022-06-17 15:48:27 +01:00
Serge Schneider cc8f695b9a Add 7z and zip support
https://github.com/RPi-Distro/repo/issues/266#issuecomment-1010713450
2022-01-12 10:21:47 +00:00
Serge Schneider f04a4143e9 Install mkvtoolnix for mkvmerge 2021-12-22 15:46:17 +00:00
Serge Schneider 351024d3c3 stage2: Install udisks2 2021-12-06 16:04:15 +00:00
Serge Schneider 6117b9bb61 Add user to render group 2021-11-12 10:16:50 +00:00
Serge Schneider 93beb9fb74 stage2: install libcamera-apps-lite 2021-10-15 16:04:41 +01:00
Serge Schneider b542f68d68 stage2: install python-is-python3 2021-10-07 10:08:16 +01:00
Serge Schneider ac246e300b Use raspi-config to toggle boot_wait 2021-10-05 17:26:51 +01:00
Serge Schneider d9b4a4a985 Switch to bullseye 2021-10-05 16:59:28 +01:00
Serge Schneider f6048c7745 Update 07-resize-init.diff 2021-09-01 14:03:11 +01:00
Serge Schneider 66cd2d17a0 Install gpiozero in lite images 2021-03-31 12:29:01 +01:00
Raphael Nestler be8daaa721 Only disable wifi if WPA_COUNTRY is not set (#416)
* 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.
2020-09-18 14:40:33 +01:00
Daniel F. Dickinson c1a7dae113 Enable adding SSH pubkey and setting pubkey only (#380)
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 <cshored@thecshore.com>
2020-09-08 21:16:07 +01:00
Serge Schneider 78c9e2cf02 Raspbian -> Raspberry Pi OS 2020-08-24 15:47:59 +01:00
Serge Schneider 9a3a10bf10 stage2: install raspinfo 2020-06-22 05:33:42 +01:00
Serge Schneider b4ea63c045 Update persistent rkfill files 2020-01-28 12:44:12 +00:00
Sam Tygier 271177a0f7 Use tee with wpa_passphrase so errors are visable
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.
2020-01-07 08:07:48 +00:00
Christian Decker 18c3cebe94 configure unprotected wifi when WPA_PASSWORD is unset (#357) 2019-12-05 15:08:04 +00:00
Serge Schneider d1ed4a2982 Include rpi-eeprom 2019-09-18 14:53:35 +01:00
Serge Schneider 77833ba929 cmdline.txt: remove dwc_otg.lpm_enable=0 2019-08-14 15:32:05 +01:00
Serge Schneider c49261d756 stage2: install pciutils 2019-08-14 15:32:05 +01:00
Joshua Bussdieker d1f7a38905 Support regional config settings (#323) 2019-08-14 11:26:55 +01:00
Serge Schneider 9c0a25d852 stage2: add ntfs-3g 2019-07-18 12:07:45 +01:00