Skip to content

Commit 48e63cc

Browse files
committed
Armbian-install: disable Docker when installing images
1 parent 0c2e63c commit 48e63cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/bsp/common/usr/bin/armbian-install

+3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ create_armbian()
126126
# UUID=xxx...
127127
satauuid=$(blkid -o export "$2" | grep -w UUID)
128128

129+
# disable docker before start
130+
systemctl is-active --quiet docker && systemctl stop docker
131+
129132
# write information to log
130133
echo -e "\nOld UUID: ${root_uuid}" >> $logfile
131134
echo "SD UUID: $sduuid" >> $logfile

0 commit comments

Comments
 (0)