mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
echo block enhanced with .img file instructions
This commit is contained in:
parent
debed63cff
commit
a92c2e1553
@ -43,6 +43,8 @@ if [ -z "$1" ]; then
|
||||
echo "# example: sudo ./create_sdcard /dev/sdb #"
|
||||
echo "# or: sudo ./create_sdcard /dev/mmcblk0 #"
|
||||
echo "# or: sudo ./create_sdcard /dev/loop0 ~/vSD.img #"
|
||||
echo "# to create an image file for /dev/loop0 option: #"
|
||||
echo "# sudo dd if=/dev/zero of=~/vSD.img bs=1M count=910 #"
|
||||
echo "#########################################################"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user