diff options
| author | shivanandvp <shivanandvp.oss@gmail.com> | 2023-05-17 04:08:33 -0500 |
|---|---|---|
| committer | shivanandvp <shivanandvp.oss@gmail.com> | 2023-05-17 04:08:33 -0500 |
| commit | 14b2e44d9040ac24017268e309d3abfb14831d7e (patch) | |
| tree | 8798ab9a1865950545096f479becb5c56a5746aa /CHANGELOG.rst | |
| parent | db2b78fd30c41c30717c179eb860f11f27df008c (diff) | |
| download | archiso-14b2e44d9040ac24017268e309d3abfb14831d7e.tar.gz archiso-14b2e44d9040ac24017268e309d3abfb14831d7e.tar.bz2 | |
mkarchiso: Fix the cp command arguments to retain mkarchiso's behavior prior to the GNU Coreutils update. Fixes Issue #214
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8503cb2..a4cd42f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,8 +24,8 @@ Fixed - Wait for ``network-online.target`` to become active before trying to download the script passed via the ``script=`` boot parameter. - - Subdirectories from ``grub/`` are copied to the ISO. +- Modify the commandline options to a ``cp`` command in ``mkarchiso`` so that the entire script does not exit with failure when a custom ``.bashrc`` file is supplied with the archiso configuration. This fix was needed after **GNU Coreutils** recently changed the behaviour of the ``-n`` (or ``--no-clobber``) commandline option to the ``cp`` command. Removed ------- |
