mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01: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"
|
||||
type="ntfs"
|
||||
;;
|
||||
squashfs)
|
||||
bashio::log.warning "${fstype} is an EXPERIMENTAL support"
|
||||
options="loop"
|
||||
type="squashfs"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
||||
|
||||
Reference in New Issue
Block a user