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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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