mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #2936 from chewitt/fsck_hfsplus_init
init: only fsck hfs+ when booting from hfs+
This commit is contained in:
commit
dc7e0e26ca
@ -342,7 +342,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
hfsdiskprep() {
|
hfsdiskprep() {
|
||||||
for DEVICE in /dev/sd*; do
|
for DEVICE in $(/bin/busybox blkid /dev/sd* | sed -e "s,\",,g"| grep $boot); do
|
||||||
for device in $(/bin/busybox blkid $DEVICE); do
|
for device in $(/bin/busybox blkid $DEVICE); do
|
||||||
case $device in
|
case $device in
|
||||||
TYPE=*)
|
TYPE=*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user