[iso] relax isolinux cfg file detection for persistence and force DD mode for Pop_OS

This commit is contained in:
Pete Batard 2019-08-15 21:14:30 +01:00
parent 076b13c469
commit 1fa0aaf325
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 16 additions and 15 deletions

View file

@ -1086,6 +1086,7 @@ out:
* it with 'rep'. File can be ANSI or UNICODE and is overwritten. Parameters are UTF-8.
* The parsed line is of the form: [ ]token[ ]data
* Returns a pointer to rep if replacement occurred, NULL otherwise
* TODO: We might have to end up with a regexp engine, so that we can do stuff like: "foo*" -> "bar\1"
*/
char* replace_in_token_data(const char* filename, const char* token, const char* src, const char* rep, BOOL dos2unix)
{