docs/desktop-os/posts/02-gentoo-openrc-install.md: update
This commit is contained in:
parent
4bebbdf203
commit
090e412f5b
1 changed files with 4 additions and 4 deletions
|
@ -214,7 +214,7 @@ PORTAGE_LOGDIR_CLEAN="find \"\${PORTAGE_LOGDIR}\" -type f ! -name \"summary.log*
|
||||||
ACCEPT_LICENSE="-* @FREE"
|
ACCEPT_LICENSE="-* @FREE"
|
||||||
|
|
||||||
# USE flags
|
# USE flags
|
||||||
USE="${USE} -debug -telemetry -modemmanager -ext* -ppp -systemd -elogind -X -kde -gnome -gtk-doc -webengine hardened dist-kernel udev initramfs hostonly secureboot modules-sign apparmor acpi networkmanager dbus hwaccel bash-completion man pam pipewire vulkan wayland jpeg png svg" #(2)!
|
USE="${USE} -debug -telemetry -modemmanager -ext* -ppp -systemd -elogind -X -kde -gnome -gtk-doc -webengine hardened dist-kernel udev initramfs hostonly secureboot modules-sign apparmor acpi networkmanager dbus hwaccel bash-completion man pam pipewire vulkan wayland eme-free jpeg png svg" #(2)!
|
||||||
|
|
||||||
# Emerge flags
|
# Emerge flags
|
||||||
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --with-bdeps y --quiet-build y"
|
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --with-bdeps y --quiet-build y"
|
||||||
|
@ -242,8 +242,8 @@ Configure some key aspects of the system:
|
||||||
|
|
||||||
``` shell-session
|
``` shell-session
|
||||||
sh# echo <hostname> > /etc/hostname
|
sh# echo <hostname> > /etc/hostname
|
||||||
sh# echo TZ="/usr/share/zoneinfo/<region>/<city>" > /etc/env.d/timezone
|
sh# echo TZ="/usr/share/zoneinfo/<Region>/<City>" > /etc/env.d/00tz
|
||||||
sh# echo MUSL_LOCPATH="/usr/share/i18n/locales/musl" > /etc/env.d/musl_locales #(1)!
|
sh# echo MUSL_LOCPATH="/usr/share/i18n/locales/musl" > /etc/env.d/01locales #(1)!
|
||||||
sh# env-update && source /etc/profile
|
sh# env-update && source /etc/profile
|
||||||
sh# eselect locale set <locale> #(2)!
|
sh# eselect locale set <locale> #(2)!
|
||||||
sh# rc-update add ntpd default
|
sh# rc-update add ntpd default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue