From 4a9331b532a89ccd3b79e0d15349fe4644989983 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 4 Oct 2023 21:05:42 -0400 Subject: [PATCH] Do not include local in the default runlevel (only boot) --- chrootInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrootInstall.sh b/chrootInstall.sh index 132b274..9deb401 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -185,6 +185,7 @@ 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 +rc-update del local default # finishing up + cleaning rm -rf /chrootInstall.sh /tempfiles