mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2025-09-10 04:26:26 +02:00
Verbose bei Root-Move zu Debugzwecken hinzugefuegt
This commit is contained in:
@@ -106,7 +106,7 @@ bsdtar -xpf $imagepath -C $rootpath
|
|||||||
sync
|
sync
|
||||||
|
|
||||||
echo "Die Boot-Dateien werden auf die SD-Karte aufgespielt..."
|
echo "Die Boot-Dateien werden auf die SD-Karte aufgespielt..."
|
||||||
mv $rootpath"/boot/"* $bootpath
|
mv -v $rootpath"/boot/"* $bootpath
|
||||||
|
|
||||||
echo "Script rauemt das Verzeichnis auf..."
|
echo "Script rauemt das Verzeichnis auf..."
|
||||||
umount $rootpath $bootpath
|
umount $rootpath $bootpath
|
||||||
|
Reference in New Issue
Block a user