mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/mkimage: use uuid for partitions on RPi
This commit is contained in:
parent
298a1c2510
commit
561d22515f
@ -193,7 +193,7 @@ elif [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then
|
||||
# create bootloader configuration
|
||||
echo "image: creating bootloader configuration..."
|
||||
cat << EOF > "$LE_TMP"/cmdline.txt
|
||||
boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet $EXTRA_CMDLINE
|
||||
boot=UUID=$UUID_SYSTEM disk=UUID=$UUID_STORAGE quiet $EXTRA_CMDLINE
|
||||
EOF
|
||||
|
||||
mcopy "$LE_TMP/cmdline.txt" ::
|
||||
|
Loading…
x
Reference in New Issue
Block a user