disable selinux gooder
This commit is contained in:
parent
bd57662a5c
commit
98b65efabd
1 changed files with 2 additions and 15 deletions
|
@ -27,18 +27,5 @@ fi
|
||||||
# make GUI stuff work when running as root (e.g. gparted)
|
# make GUI stuff work when running as root (e.g. gparted)
|
||||||
xhost +SI:localuser:root
|
xhost +SI:localuser:root
|
||||||
|
|
||||||
# Install catppuccin grub theme
|
# disable selinux
|
||||||
#git clone --depth=1 https://github.com/catppuccin/grub
|
sudo sed -i '/^GRUB_CMDLINE_LINUX="/{/selinux=0/!s/"$/ selinux=0"/}' /etc/default/grub
|
||||||
#sudo mkdir /etc/grub-themes/
|
|
||||||
#sudo cp -r ./grub/src/* /etc/grub-themes/
|
|
||||||
#rm -rf grub/
|
|
||||||
#echo 'GRUB_THEME=/etc/grub-themes/catppuccin-mocha-grub-theme/theme.txt' | sudo tee /etc/default/grub
|
|
||||||
#sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
|
||||||
|
|
||||||
# greetd
|
|
||||||
#sudo dnf install tuigreet -y
|
|
||||||
#sudo cp $GIT_DIR/greetd/config.toml /etc/greetd/config.toml
|
|
||||||
#sudo systemctl disable lightdm.service
|
|
||||||
#sudo systemctl enable greetd.service
|
|
||||||
|
|
||||||
sudo sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue