GNOME Bugzilla – Bug 726111
Specify runtime deps in README file
Last modified: 2016-03-31 13:22:07 UTC
If mcopy is not available and the user tries to express-install an iso, he will get a message, that this failed. mtools (containing mcopy) is not listed as a dependency in the AUR package I use. I left a comment there.
Created attachment 271526 [details] [review] Added runtime dependencies section in README This is nessecary since mcopy is needed for express installation at runtime.
Review of attachment 271526 [details] [review]: dependencies -> deps in commit log to keep it short. Its fine to use shortforms and abbreviation as long as they are well-known. ::: README @@ +37,3 @@ +==================== + +* mcopy (usually provided with mtools) with mtools -> by mtools pacakge ::: src/unattended-file.vala @@ +14,3 @@ debug ("Copying unattended file '%s' into disk drive/image '%s'", dest_name, installer.disk_file.get_path ()); // FIXME: Perhaps we should use libarchive for this? + // make sure to also change the mcopy runtime dependency in README! the other change in this patch makes this redundant, don't you think? :)
Created attachment 271549 [details] [review] Added runtime deps section in README This is nessecary since mcopy is needed for express installation at runtime.
Review of attachment 271549 [details] [review]: Reminder: Use present tense in commit log (especially summary) but no biggie, I'll modify before pushing..