mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
create_installstick: copy MD5 sums too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
26b989107d
commit
18276c86de
@ -111,7 +111,9 @@ fi
|
|||||||
# copy files
|
# copy files
|
||||||
echo "copy files to $PART..."
|
echo "copy files to $PART..."
|
||||||
cp target/KERNEL /tmp/usb_install
|
cp target/KERNEL /tmp/usb_install
|
||||||
|
cp target/KERNEL.md5 /tmp/usb_install
|
||||||
cp target/SYSTEM /tmp/usb_install
|
cp target/SYSTEM /tmp/usb_install
|
||||||
|
cp target/SYSTEM.md5 /tmp/usb_install
|
||||||
cp sample.conf/syslinux_installer.cfg /tmp/usb_install/syslinux.cfg
|
cp sample.conf/syslinux_installer.cfg /tmp/usb_install/syslinux.cfg
|
||||||
|
|
||||||
# syncing disk
|
# syncing disk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user