mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2025-02-19 17:17:08 +01:00
Verbose bei Root-Move zu Debugzwecken hinzugefuegt
This commit is contained in:
parent
ce5abb3b76
commit
a1e9b485f6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user