mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
if [ -d /dev/shm ]; then
|
||||||
rm -rf /dev/shm/openelec_install
|
rm -rf /dev/shm/openelec_install
|
||||||
mkdir -p /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
|
MOUNTPOINT=/dev/shm/openelec_install
|
||||||
else
|
else
|
||||||
rm -rf /tmp/openelec_install
|
rm -rf /tmp/openelec_install
|
||||||
mkdir -p /tmp/openelec_install
|
mkdir -p /tmp/openelec_install
|
||||||
mount "$PART1" /tmp/openelec_install
|
mount -t vfat "$PART1" /tmp/openelec_install
|
||||||
MOUNTPOINT=/tmp/openelec_install
|
MOUNTPOINT=/tmp/openelec_install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user