From 9154f3255ddbb5ec19435e01d431a47b78947b0d Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 4 Oct 2023 20:25:52 -0400 Subject: [PATCH] Add the local service to the boot runlevel, rather than default --- chrootInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrootInstall.sh b/chrootInstall.sh index 0926be6..4aab363 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -182,6 +182,7 @@ echo 'vm.max_map_count=2147483642' > /etc/sysctl.d/90-override.conf # increase pacman -S neofetch htop neovim --needed --noconfirm mkdir -p /etc/xdg/nvim curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/sysinit.vim -o /etc/xdg/nvim/sysinit.vim +rc-update add local boot # finishing up + cleaning rm -rf /chrootInstall.sh /tempfiles