From a4fdfa07ec4bd559d4da99d80f9473ef49ca8f28 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 6 Apr 2025 19:55:13 -0400 Subject: [PATCH] Load ntsync at boot --- chrootInstall.sh | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 2e6eec7..5f9584f 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -192,6 +192,7 @@ else fi 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 echo 'vm.max_map_count=2147483642' > /etc/sysctl.d/90-override.conf # increase max virtual memory maps (helps with some Wine games) +echo 'ntsync' > /etc/modules-load.d/ntsync.conf pacman -S fastfetch htop neovim --needed --noconfirm mkdir -p /etc/xdg/nvim/colors install -m 0644 ./config-files/sysinit.vim /etc/xdg/nvim/sysinit.vim diff --git a/install.sh b/install.sh index ee205cc..2b07ed6 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated March 01, 2025 \(rev. A\) +echo Last updated April 06, 2025 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"