diff options
Diffstat (limited to 'source/installer/build_installer.sh')
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index fd6e7dd7..29f66a47 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -793,6 +793,7 @@ a/cryptsetup \ a/dialog \ a/dosfstools \ a/e2fsprogs \ +a/efivar \ a/etc \ a/gptfdisk \ a/grep \ @@ -1107,6 +1108,7 @@ cp -fa${VERBOSE1} \ # Deal with /usr/lib stuff from the packages: cd $TMP/extract-packages/usr/lib${LIBDIRSUFFIX} cp -fa${VERBOSE1} \ + libefivar.so* \ libgcc*.so* \ libhistory*.so* \ libidn2*.so* \ |