mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Update and rename hostapps.sh to hostapp.sh
This commit is contained in:
parent
6f44ee6d6c
commit
8ae771a01a
@ -46,7 +46,7 @@ done
|
|||||||
|
|
||||||
# Make image
|
# Make image
|
||||||
dd if=/dev/zero of=${DATA_IMG} bs=1024M count=1
|
dd if=/dev/zero of=${DATA_IMG} bs=1024M count=1
|
||||||
mkfs.ext4 -E lazy_itable_init=0,lazy_journal_init=0 -i 8192 ${DATA_IMG}
|
mkfs.ext4 -L "hassio-data" -E lazy_itable_init=0,lazy_journal_init=0 ${DATA_IMG}
|
||||||
|
|
||||||
# Mount / init file structs
|
# Mount / init file structs
|
||||||
mount -o loop ${DATA_IMG} /mnt
|
mount -o loop ${DATA_IMG} /mnt
|
Loading…
x
Reference in New Issue
Block a user