mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 16:44:27 -04:00
[iso] remove Ubuntu's splash screen for persistent drives
* This is accomplished by removing the 'maybe-ubiquity' option * UEFI only
This commit is contained in:
parent
e554d2b4e0
commit
68d42d4153
3 changed files with 10 additions and 6 deletions
|
@ -1100,7 +1100,7 @@ char* replace_in_token_data(const char* filename, const char* token, const char*
|
|||
|
||||
if ((filename == NULL) || (token == NULL) || (src == NULL) || (rep == NULL))
|
||||
return NULL;
|
||||
if ((filename[0] == 0) || (token[0] == 0) || (src[0] == 0) || (rep[0] == 0))
|
||||
if ((filename[0] == 0) || (token[0] == 0) || (src[0] == 0))
|
||||
return NULL;
|
||||
if (strcmp(src, rep) == 0) // No need for processing is source is same as replacement
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue