diff options
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 |