mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
forcing vfat as needed for /dev/loop0
This commit is contained in:
parent
a92c2e1553
commit
4b3717515c
@ -223,12 +223,12 @@ echo "#########################################################"
|
||||
if [ -d /dev/shm ]; then
|
||||
rm -rf /dev/shm/openelec_install
|
||||
mkdir -p /dev/shm/openelec_install
|
||||
mount "$PART1" /dev/shm/openelec_install
|
||||
mount -t vfat "$PART1" /dev/shm/openelec_install
|
||||
MOUNTPOINT=/dev/shm/openelec_install
|
||||
else
|
||||
rm -rf /tmp/openelec_install
|
||||
mkdir -p /tmp/openelec_install
|
||||
mount "$PART1" /tmp/openelec_install
|
||||
mount -t vfat "$PART1" /tmp/openelec_install
|
||||
MOUNTPOINT=/tmp/openelec_install
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user