ini drive contents update (#2665)
* add shortcuts * move readme * nozip version of readme * scripts * set the filename
This commit is contained in:
parent
661fd7f00e
commit
e0cd96d06d
|
@ -18,7 +18,9 @@ zip -j rusefi.ini.zip $1
|
|||
# Put the zip inside the filesystem
|
||||
mcopy -i ramdisk.image rusefi.ini.zip ::
|
||||
# Put a readme text file in there too
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/README.txt ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/README.txt ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/rusEFI\ Forum.url ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/rusEFI\ Wiki.url ::
|
||||
|
||||
# write out as a C array, with "static const" tacked on the front
|
||||
xxd -i ramdisk.image \
|
||||
|
|
|
@ -15,7 +15,9 @@ fatlabel ramdisk.image RUSEFI
|
|||
# Put the zip inside the filesystem
|
||||
mcopy -i ramdisk.image $1 ::
|
||||
# Put a readme text file in there too
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/README.txt ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/README.nozip.txt ::README.txt
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/rusEFI\ Forum.url ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/filesystem_contents/rusEFI\ Wiki.url ::
|
||||
|
||||
# Compress the image as DEFLATE with gzip
|
||||
gzip ramdisk.image
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Welcome to rusEFI!
|
||||
|
||||
Use the rusEFI ini file in this folder with TunerStudio
|
||||
to connect to your ECU.
|
|
@ -0,0 +1,5 @@
|
|||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
||||
[InternetShortcut]
|
||||
IDList=
|
||||
URL=https://rusefi.com/forum
|
|
@ -0,0 +1,5 @@
|
|||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
||||
[InternetShortcut]
|
||||
IDList=
|
||||
URL=https://rusefi.com/s/wiki
|
Loading…
Reference in New Issue