This commit is contained in:
Nichole Mattera 2020-05-01 13:07:01 -04:00 committed by GitHub
parent 59deacbc77
commit 5fa8b11896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ def parse_args():
'-v', '--version', '-v', '--version',
default=None, default=None,
type=str, type=str,
help='Overides the Kosmos Version from the config file.', help='Overrides the Kosmos Version from the config file.',
metavar='KosmosVersion') metavar='KosmosVersion')
subparsers = parser.add_subparsers() subparsers = parser.add_subparsers()

View file

@ -11,5 +11,5 @@ B. Create your own one
4. Use some online converter to convert the .png to a .bmp 4. Use some online converter to convert the .png to a .bmp
- We need to use a online converter because GIMP currently has some issues with it - We need to use a online converter because GIMP currently has some issues with it
5. Call it bootlogo.bmp if you want to use it as the standard one 5. Call it bootlogo.bmp if you want to use it as the standard one
- You can also choose a specific bootlogo for each launch option by writting ```logopath=LinkToBootimage.bmp``` into your hekate-ipl.ini ([Example](https://github.com/tumGER/SDFilesSwitch/blob/8653108d41096f60c43f5dab56b41024fa785c5d/Compiled/hekate_ipl.ini#L60)) - You can also choose a specific bootlogo for each launch option by writing ```logopath=LinkToBootimage.bmp``` into your hekate-ipl.ini ([Example](https://github.com/tumGER/SDFilesSwitch/blob/8653108d41096f60c43f5dab56b41024fa785c5d/Compiled/hekate_ipl.ini#L60))
5. Put it on the root of your SD / root of "SDFilesSwitch/Compiled" 5. Put it on the root of your SD / root of "SDFilesSwitch/Compiled"