mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1193 from cpswan/master
echo block enhanced for .img file instructions
This commit is contained in:
commit
215724dbbd
@ -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