From f797e1eed3b4926bd3b7c304c2f93d179af0a1f8 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 16:12:44 -0600 Subject: [PATCH] test removing modprobe commands --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8f7859b..71020c0 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ # Load kernel modules -sudo modprobe dm-crypt -sudo modprobe dm-mod +# sudo modprobe dm-crypt +# sudo modprobe dm-mod # Figure out how much RAM the system has an set a variable # ramTotal=$(grep MemTotal /proc/meminfo | awk '{print $2 / 1024 / 1024}')