Implemented optimations for raspberry pi 4

This commit is contained in:
2024-07-21 22:44:39 +02:00
parent e37d57d569
commit 5aa8f65584
2 changed files with 44 additions and 13 deletions

View File

@@ -35,6 +35,12 @@ Additional you can unmount the device with a command like
umount -f /dev/sd*;
```
### Verification
To verify that the unmounting was successfull, check the result of
```bash
mount
```
## Chroot
To chroot into a Linux distribution on a storage execute: