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 3604c7da0..c08eb1434 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Thu Jun 14 01:16:42 UTC 2018 + Copy libefivar to the installer (needed by efibootmgr). ++--------------------------+ Wed Jun 6 20:31:26 UTC 2018 Fix finding some DOS/Win partition types. Thanks to Stuart Winter. Wipe the probe md5sum to force rescanning partitions if setup is restarted. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index fd6e7dd77..29f66a472 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* \ |