mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Update hostapp.sh
This commit is contained in:
parent
0b562f2dbb
commit
a352724d05
@ -45,7 +45,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Make image
|
# Make image
|
||||||
dd if=/dev/zero of=${DATA_IMG} bs=1024M count=1
|
dd if=/dev/zero of=${DATA_IMG} bs=1G count=1
|
||||||
mkfs.ext4 -L "hassio-data" -E lazy_itable_init=0,lazy_journal_init=0 ${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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user