mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bcm2835-bootloader: fix create sdcard script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ad7c5e498
commit
5008775eba
@ -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