summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-03-20 22:29:32 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-21 00:34:54 +0100
commit1b82981c9672f79d8134d7fe221ac7e171e1c06b (patch)
treec4ccc0a2d8f4e8aa8c307ea44350b48acb5f8c4f /source/installer
parent4399af29746070dda85867cc6dbf60834a9b99ad (diff)
downloadcurrent-1b82981c9672f79d8134d7fe221ac7e171e1c06b.tar.gz
current-1b82981c9672f79d8134d7fe221ac7e171e1c06b.tar.xz
Mon Mar 20 22:29:32 UTC 202320230320222932
isolinux/initrd.img: Rebuilt. Added efivarfs.ko.xz kernel module. Thanks to AlleyTrotter. usb-and-pxe-installers/usbboot.img: Rebuilt. Added efivarfs.ko.xz kernel module. Thanks to AlleyTrotter.
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 62e5e9659..a0269e4de 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Mon Mar 20 22:18:55 UTC 2023
+ Keep efivarfs kernel module. Thanks to AlleyTrotter.
++--------------------------+
Wed Mar 1 21:15:12 UTC 2023
Add libreiserfscore.so.0.0.0.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 70980b7b1..8a552ef78 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1626,7 +1626,7 @@ for ind in $(seq 0 $((${#KERNELS[*]} -1)) ); do
cp -a fs.orig/{udf*,isofs*,cifs*,ext*,fat*,fscache,jfs*,lockd,nfs,nfs_common,jbd*,nls,reiserfs,xfs,binfmt*,mbcache*,exportfs*} fs/
;;
*86*)
- cp -a fs.orig/{cifs*,exfat,fscache,lockd,nfs,nfs_common,ntfs3} fs/
+ cp -a fs.orig/{cifs*,efivarfs,exfat,fscache,lockd,nfs,nfs_common,ntfs3} fs/
;;
*)
cp -a fs.orig/cifs* fs/