RUSEFI MSD to contain bundle-specific URL #2848
This commit is contained in:
parent
838ec90d60
commit
7d551a062e
|
@ -37,6 +37,7 @@ mcopy -i ramdisk.image rusefi.ini.zip ::
|
|||
# Put a readme text file in there too
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/readme.temp ::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\ Quick\ Start.url ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/wiki.temp ::rusEFI\ ${SHORT_BOARDNAME}\ Wiki.url
|
||||
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ mcopy -i ramdisk.image $FULL_INI ::
|
|||
# Put a readme text file in there too
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/readme.temp ::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\ Quick\ Start.url ::
|
||||
mcopy -i ramdisk.image hw_layer/mass_storage/wiki.temp ::rusEFI\ ${SHORT_BOARDNAME}\ Wiki.url
|
||||
|
||||
# Compress the image as DEFLATE with gzip
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
||||
[InternetShortcut]
|
||||
IDList=
|
||||
URL=https://github.com/rusefi/rusefi/wiki/HOWTO-quick-start
|
Loading…
Reference in New Issue