mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update raspberry_pi.yml
This commit is contained in:
parent
ed03cb1769
commit
8bdeef38b7
1 changed files with 5 additions and 5 deletions
|
@ -41,11 +41,11 @@
|
|||
package:
|
||||
name:
|
||||
- cloud-guest-utils # Contains 'growpart' for resizing a partition during boot, which is normally done with the aid of cloud-init
|
||||
- dphys-swapfile # Autogenerate and use a swap file
|
||||
- fake-hwclock # Save/restore system clock on machines without working RTC hardware
|
||||
- iw # Configuring Linux wireless devices
|
||||
- rfkill # Enabling & disabling wireless devices
|
||||
- wireless-tools # Manipulating Linux Wireless Extensions
|
||||
- dphys-swapfile # 2021-07-27: RaspiOS installs this regardless -- autogenerate and use a swap file
|
||||
- fake-hwclock # 2021-07-27: RaspiOS installs this regardless -- save/restore system clock on machines without working RTC hardware
|
||||
- iw # 2021-07-27: RaspiOS installs this regardless -- configure Linux wireless devices
|
||||
- rfkill # 2021-07-27: RaspiOS installs this regardless -- enable & disable wireless devices
|
||||
- wireless-tools # 2021-07-27: RaspiOS installs this regardless -- manipulate Linux Wireless Extensions
|
||||
state: present
|
||||
|
||||
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue