maj + reboot

This commit is contained in:
Grégory Lebreton 2025-02-03 17:23:42 +01:00
parent f65a3591f3
commit 2514ad4419

View File

@ -12,8 +12,8 @@
- [Clone rpi-clone on SD card](#clone-rpi-clone-on-sd-card)
- [Launch the clone process to Nvme](#launch-the-clone-process-to-nvme)
- [Config the raspberry pi to boot from Nvme :warning: IMPORTANT**](#config-the-raspberry-pi-to-boot-from-nvme-warning-important)
- [Reboot](#reboot)
- [Overclock the raspberry](#overclock-the-raspberry)
- [Reboot the raspberry](#reboot-the-raspberry)
- [Config the Ansible playbook inventory.yaml](#config-the-ansible-playbook-inventoryyaml)
- [Provision the raspberry pis to create the cluster](#provision-the-raspberry-pis-to-create-the-cluster)
- [Documentation](#documentation)
@ -80,12 +80,6 @@ sudo rpi-eeprom-config --edit
BOOT_ORDER=0xf416
```
### Reboot
```bash
sudo reboot
```
### Overclock the raspberry
- Edit the `/boot/firmware/config.txt` file:
@ -101,7 +95,8 @@ arm_freq=3000
gpu_freq=1000
```
- Reboot the raspberry:
### Reboot the raspberry
```bash
sudo reboot
```