mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fs-resize: add nvme support
This commit is contained in:
parent
9bd74cef15
commit
c6a6dc3f0e
@ -23,7 +23,7 @@ if [ -e /storage/.please_resize_me ] ; then
|
||||
|
||||
# get disk: /dev/sdx2 -> /dev/sdx, /dev/mmcblkxp2 -> /dev/mmcblkx
|
||||
case $PART in
|
||||
"/dev/mmcblk"*)
|
||||
"/dev/mmcblk"*|"/dev/nvme"*)
|
||||
DISK=$(echo $PART | sed s/p2$//g)
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user