1
0
Fork 0

Configure Gentoo

This commit is contained in:
Alex Kotov 2024-03-27 02:05:34 +04:00
parent fe8e23ce44
commit aec2666a90
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ install_file gentoo root root 644 '/etc/default/grub'
install_file gentoo root root 644 '/etc/env.d/70less'
install_file gentoo root root 644 '/etc/env.d/90xsession'
install_file gentoo root root 644 '/etc/pam.d/lightdm'
install_file gentoo root root 644 '/etc/profile.d/less.sh'
install_file gentoo root portage 644 '/var/lib/portage/world'
echo
install_dir root root 755 '/etc/portage/env'

View File

@ -0,0 +1 @@
export LESS='-X -F -R -M --shift 5'