diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-02-29 19:20:21 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-01 08:59:47 +0100 |
commit | c10b5e1e04d4eae2e67963233548ed7053dd3be3 (patch) | |
tree | 10b9aea3570374811cb62bc21fb3413c7c0baeb6 /source/installer | |
parent | 12288ddb432a0c9be4a35169185fd4052cb48bff (diff) | |
download | current-c10b5e1e04d4eae2e67963233548ed7053dd3be3.tar.gz |
Sat Feb 29 19:20:21 UTC 202020200229192021
a/kernel-generic-5.4.23-x86_64-1.txz: Upgraded.
a/kernel-huge-5.4.23-x86_64-1.txz: Upgraded.
DM_BUFIO y -> m
DM_SNAPSHOT y -> m
a/kernel-modules-5.4.23-x86_64-1.txz: Upgraded.
a/logrotate-3.16.0-x86_64-1.txz: Upgraded.
ap/cups-filters-1.27.2-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.23-x86-1.txz: Upgraded.
k/kernel-source-5.4.23-noarch-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/PAM/hplip-3.20.2-x86_64-1_pam.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 7 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 6 | ||||
-rw-r--r-- | source/installer/module-blacklist | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 1e1ed18c..1f742908 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,10 @@ +Sat Feb 29 06:17:27 UTC 2020 + Added kernel modules: + dm-bufio, dm-bio-prison, dm-persistent-data, dm-snapshot, dm-thin-pool. + Don't include dm-snapshot in module-blacklist. + These changes prompted by the suggestion to include dm-thin-pool.ko in the + installer by jr_bob_dobbs. ++--------------------------+ Sat Feb 1 22:31:14 UTC 2020 Compress kernel modules in parallel. Install packages with --terse mode. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index e37fc3b0..284c7928 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1537,7 +1537,13 @@ for ind in $(seq 0 $((${#KERNELS[*]} -1)) ); do mv scsi.orig/hv_storvsc.ko scsi rm -rf${VERBOSE1} scsi.orig mkdir md + mv md.orig/dm-bufio.ko md + mv md.orig/dm-bio-prison.ko md mv md.orig/dm-raid.ko md + mv md.orig/dm-snapshot.ko md + mv md.orig/dm-thin-pool.ko md + mkdir md/persistent-data + mv md.orig/persistent-data/dm-persistent-data.ko md/persistent-data rm -rf${VERBOSE1} md.orig ;; esac diff --git a/source/installer/module-blacklist b/source/installer/module-blacklist index 1e74a60d..9b866fef 100644 --- a/source/installer/module-blacklist +++ b/source/installer/module-blacklist @@ -21,7 +21,6 @@ cpqarray.ko crc-itu-t.ko crc16.ko dc395x.ko -dm-snapshot.ko dmx3191d.ko dtc.ko eata.ko |