From 93604a82b2943dc7f60db52d5494e04791ee249f Mon Sep 17 00:00:00 2001 From: Randall Date: Mon, 5 Sep 2022 15:03:23 -0400 Subject: [PATCH] Add esync support --- chrootInstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index b5e66d6..9dc6a81 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -132,7 +132,7 @@ touch /home/"$username"/.ssh/authorized_keys chown -R "$username" /home/"$username"/.ssh # misc configuration -echo -e ""$username" soft memlock 64\n"$username" hard memlock 2097152\n# End of file" > /etc/security/limits.conf # increases hard memlock limit to 2 GiB (useful for some apps, such as rpcs3) +echo -e ""$username" soft memlock 64\n"$username" hard memlock 2097152\n"$username" hard nofile 524288\n# End of file" > /etc/security/limits.conf # increase memlock and add support for esync mkdir -p /home/"$username"/.gnupg echo 'pinentry-program /usr/bin/pinentry-tty' > /home/"$username"/.gnupg/gpg-agent.conf # forces gpg prompts to use terminal input pacman -S neofetch htop cpupower --needed --noconfirm