Update hdd_image.sh

This commit is contained in:
Pascal Vizeli
2018-04-16 18:56:58 +02:00
committed by GitHub
parent 4d0180a88c
commit 2260be7893

View File

@@ -48,7 +48,7 @@ function hassio_hdd_image() {
sgdisk -v
# Mount image
kpartx -a ${hdd_img}
kpartx -al ${hdd_img}
# Copy data
dd if=${boot_img} of=${loop_dev}p1 bs=512