From 1805f971ceae93d1799b705f3fd964c6d1090260 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 16 Jul 2020 12:07:08 +0300 Subject: 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 --- install/block | 3 +++ 1 file changed, 3 insertions(+) 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() { -- cgit v1.2.3-24-g4f1b