mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Try squashfs support https://github.com/alexbelgium/hassio-addons/issues/1008
This commit is contained in:
@@ -70,6 +70,11 @@ if bashio::config.has_value 'localdisks'; then
|
|||||||
options="${options},umask=000"
|
options="${options},umask=000"
|
||||||
type="ntfs"
|
type="ntfs"
|
||||||
;;
|
;;
|
||||||
|
squashfs)
|
||||||
|
bashio::log.warning "${fstype} is an EXPERIMENTAL support"
|
||||||
|
options="loop"
|
||||||
|
type="squashfs"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
||||||
|
|||||||
Reference in New Issue
Block a user