diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 65c91858..b38b7466 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Fri Jan 24 00:35:26 UTC 2020 + Added libraries: libgssapi_krb5, libk5crypto, libkrb5, libkrb5support. ++--------------------------+ Sun Jan 12 20:36:57 UTC 2020 /sbin/reboot: Attempt to kill running processes and sync/umount/sync filesystems before rebooting. Thanks to Jeebizz. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 755efe47..95431da9 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -850,6 +850,7 @@ l/zlib \ n/dhcpcd \ n/dnsmasq \ n/iproute2 \ +n/krb5 \ n/libgcrypt \ n/libgpg-error \ n/libtirpc \ @@ -1124,7 +1125,11 @@ cp -fa${VERBOSE1} \ libgcc*so* \ libgcrypt*.so* \ libgpg-error*.so* \ + libgssapi_krb5.so* \ + libk5crypto.so* \ libkmod*so* \ + libkrb5.so* \ + libkrb5support.so* \ liblzma*so* \ libmount.so* \ libpcre.so* \ |