Update and rename hostapps.sh to hostapp.sh

This commit is contained in:
Pascal Vizeli 2018-04-15 16:52:05 +02:00 committed by GitHub
parent 6f44ee6d6c
commit 8ae771a01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ done
# Make image
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 -o loop ${DATA_IMG} /mnt