Skip to content

Commit

Permalink
(SIMP-8644) Update changelog for 1 component (#410)
Browse files Browse the repository at this point in the history
Update for simp-utils 6.4.0

SIMP-8644 #comment part2
  • Loading branch information
lnemsick-simp committed Nov 10, 2020
1 parent 2086e82 commit b476fe6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changelogs/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,16 @@ simp-rsync-skeleton
simp-utils
^^^^^^^^^^

* Added a check to the :program:`unpack_dvd` script for dangerously unspecific
OS versions (e.g., '7' instead of '7.0.2003').

* This is common when :program:`unpack_dvd` autodetects the OS version from
the ISO's :file:`.treeinfo` on some OSes (particularly CentOS).
* It can result in clobbering of existing OS files, when the script unpacks
files into a directory names for the major OS version.
* The script will exit with an informative message and instructions for how
the user can address the issue with the :code:`-v` option.

* Added (optional) :code:`--unpack-pxe [DIR]` option to the
:program:`unpack_dvd` script.

Expand Down

0 comments on commit b476fe6

Please sign in to comment.