Achtung Schreibt jetzt

This commit is contained in:
dewomser 2022-02-23 23:13:27 +01:00 committed by GitHub
parent 5249631648
commit 4a56da9763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
Load fresh images for the Raspberry
Pi, check SHA256, and copy to SD-Card, a Bashscript.
Jetzt auch mit den 64er Images
## Hilfe raspi-install -h
![alt text](./bilder/help.png "help")
@ -14,4 +16,15 @@ Pi, check SHA256, and copy to SD-Card, a Bashscript.
![alt text](https://github.com/dewomser/Raspi-auto-downloader/blob/main/bilder/copy.png "copy and check")
## Fork, Issue, Pull request, Clone
Be carefull, this script is in status Alpha 0.2. !
Be carefull, this script is in status Beta 0.2. !
## Bei fehlenden Rootrechten zum Schreiben auf SD-Karte
Wenn die Karte nur als Root gemountet werden kann, muss dd durch sudo dd ersetzt werden. umount -> sudo umount. Gilt ab Zeile 105
### Alternative für Ubuntu:
echo 'KERNEL=="sd*", SUBSYSTEMS=="usb", MODE="0666"' | sudo tee /etc/udev/rules.d/99-usb-storage.rules
Quelle : https://askubuntu.com/questions/828545/using-dd-without-sudo