Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2024-05-02 10:51:08 +0300
committernl6720 <nl6720@gmail.com>2024-05-09 17:30:03 +0300
commite567a2ab268e340be608ac442eb13c54c566fbff (patch)
tree7879e2289f0d5cc2139dbb327768b2ffcaabc74a /CHANGELOG.rst
parent969b91f700fab2f8b9c80fbf31cce0f8a1b248e5 (diff)
mkarchiso: do not place the pkglist.x86_64.txt file inside the bootstrap tarball's root.x86_64 directoryupstreamMaster
Keep it inside the archive, but separate from the `root.x86_64` directory to avoid polluting it.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a54b169..8bb001f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,6 +11,9 @@ Added
Changed
-------
+- Moved the ``pkglist.x86_64.txt`` file outside the bootstrap tarball's ``root.x86_64`` directly to avoid polluting the
+ root file system.
+
Deprecated
----------