mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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() {
|
||||
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
|
||||
case $device in
|
||||
TYPE=*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user