We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2e63c commit 48e63ccCopy full SHA for 48e63cc
packages/bsp/common/usr/bin/armbian-install
@@ -126,6 +126,9 @@ create_armbian()
126
# UUID=xxx...
127
satauuid=$(blkid -o export "$2" | grep -w UUID)
128
129
+ # disable docker before start
130
+ systemctl is-active --quiet docker && systemctl stop docker
131
+
132
# write information to log
133
echo -e "\nOld UUID: ${root_uuid}" >> $logfile
134
echo "SD UUID: $sduuid" >> $logfile
0 commit comments