Skip to content

mkarchiso: prevent interference from xorriso startup files

nl6720 requested to merge nl6720/archiso:no_rc into master

Options set in xorriso startup files (~/.xorrisorc) could interfere with the xorriso command run by mkarchiso. For example, if ~root/.xorrisorc contains -dummy on, then the ISO file will be empty.

Pass -no_rc as the first option to xorriso to prevent interference and unintended behavior.

Fixes #153 (closed).

Merge request reports