Skip to content

mkarchiso: Fix the cp command arguments to retain mkarchiso's behavior prior to the GNU Coreutils update. Fixes Issue #214

shivanandvp P requested to merge shivanandvp/archiso:master into master

Fixes the cp command arguments to retain the behavior prior to the GNU Coreutils update. mkarchiso has been automatically set to fail on encountering a failed return status, but the recent GNU Coreutils update triggered that failure in certain unintentended situations, for example, when the ArchISO profile contained a custom .bashrc file. More details in Issue #214 (closed)

Merge request reports