index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | CHANGELOG.rst | 14 |
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b371fe..55d4e08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,20 @@ Changed Removed ------- +[60] - 2021-12-28 +================= + +Changed +------- + +- Change the way COW space is mounted by only mounting it once read-writable + +Removed +------- + +- Remove EROFS related fixes, that are not required anymore due to util-linux now detecting it properly +- Remove obsolete archiso_shutdown hook and associated files, as the functionality is available in mkinitcpio directly + [59] - 2021-11-30 ================= |