From a1e9b485f68b0388ab1838245d66fe07634a3a06 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sun, 26 Mar 2017 21:53:37 +0200 Subject: [PATCH] Verbose bei Root-Move zu Debugzwecken hinzugefuegt --- sd_arch_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd_arch_setup.sh b/sd_arch_setup.sh index 34af207..de789a0 100644 --- a/sd_arch_setup.sh +++ b/sd_arch_setup.sh @@ -106,7 +106,7 @@ bsdtar -xpf $imagepath -C $rootpath sync 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..." umount $rootpath $bootpath