summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-16 11:07:08 +0200
committernl6720 <nl6720@gmail.com>2020-07-16 11:15:41 +0200
commit1805f971ceae93d1799b705f3fd964c6d1090260 (patch)
tree9bdbe3d95898bd507ae1ecc9049eaea132bea821
parentab34e08b4624d1a212b66cc0f2c0a2c5b9feb325 (diff)
downloadmkinitcpio-1805f971ceae93d1799b705f3fd964c6d1090260.tar.gz
mkinitcpio-1805f971ceae93d1799b705f3fd964c6d1090260.tar.xz
install/block: include NVDIMM modules
This allows for booting from an ISO that was copied to a pmem device, such as '/dev/pmem0'. See also https://github.com/u-root/webboot/ . Co-authored-by: Daniel Maslowski <info@orangecms.org>
-rw-r--r--install/block3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/block b/install/block
index 11c4665..2942371 100644
--- a/install/block
+++ b/install/block
@@ -23,6 +23,9 @@ build() {
# virtio
add_checked_modules 'virtio'
+
+ # nvdimm
+ add_checked_modules '/drivers/nvdimm/'
}
help() {