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 8ba90b52..bd35a2f8 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Thu Dec 17 20:19:08 UTC 2020 + Add libinih, needed by xfsprogs. ++--------------------------+ Tue Dec 15 19:24:23 UTC 2020 Update dropbear to get ecdsa support. Thanks to Robby Workman. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 6c78239a..5e0ea470 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -877,6 +877,7 @@ a/grep \ a/gzip \ a/hdparm \ a/hwdata \ +a/inih \ a/jfsutils \ a/kmod \ a/lvm2 \ @@ -1229,6 +1230,7 @@ cp -fa${VERBOSE1} \ libgcrypt*.so* \ libgpg-error*.so* \ libgssapi_krb5.so* \ + libinih.so* \ libk5crypto.so* \ libkeyutils.so* \ libkmod*so* \ |