mirror of
https://github.com/dewomser/Raspi-auto-downloader.git
synced 2026-03-13 08:57:16 +01:00
Achtung Schreibt jetzt
This commit is contained in:
parent
5249631648
commit
4a56da9763
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -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
|
||||
|
||||

|
||||
|
|
@ -14,4 +16,15 @@ Pi, check SHA256, and copy to SD-Card, a Bashscript.
|
|||

|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue