diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index bd35a2f8..c7c0992a 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Thu Dec 31 20:35:53 UTC 2020 + Add libelogind.so.0, needed by libprocps.so.8. ++--------------------------+ Thu Dec 17 20:19:08 UTC 2020 Add libinih, needed by xfsprogs. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 5e0ea470..bc8c978e 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -870,6 +870,7 @@ a/dialog \ a/dosfstools \ a/e2fsprogs \ a/efivar \ +a/elogind \ a/etc \ a/f2fs-tools \ a/gptfdisk \ @@ -1224,6 +1225,7 @@ cp -fa${VERBOSE1} \ libcap*so* \ libcrypto*so* \ libdevmapper*so* \ + libelogind*so* \ libf2fs.so* \ libfdisk.so* \ libgcc*so* \ |