mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
bcm2835-bootloader: fix create sdcard script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
151ed4b80b
commit
0c4153f4f0
@ -51,7 +51,7 @@ fi
|
|||||||
|
|
||||||
DISK="$1"
|
DISK="$1"
|
||||||
case $DISK in
|
case $DISK in
|
||||||
"/dev/mmcblk1"*)
|
"/dev/mmcblk"*)
|
||||||
PART1="${DISK}p1"
|
PART1="${DISK}p1"
|
||||||
PART2="${DISK}p2"
|
PART2="${DISK}p2"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user