mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Update hdd_image.sh
This commit is contained in:
parent
713ec4b476
commit
4d0180a88c
@ -48,7 +48,7 @@ function hassio_hdd_image() {
|
|||||||
sgdisk -v
|
sgdisk -v
|
||||||
|
|
||||||
# Mount image
|
# Mount image
|
||||||
kpartx -l ${hdd_img}
|
kpartx -a ${hdd_img}
|
||||||
|
|
||||||
# Copy data
|
# Copy data
|
||||||
dd if=${boot_img} of=${loop_dev}p1 bs=512
|
dd if=${boot_img} of=${loop_dev}p1 bs=512
|
||||||
|
Loading…
x
Reference in New Issue
Block a user