mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
post_install() {
|
|
grep "KEYMAP=" /etc/rc.conf.pacsave >> /etc/vconsole.conf
|
|
grep "HOSTNAME=" /etc/rc.conf.pacsave | awk -F'"' '{print $2}' > /etc/hostname
|
|
sed -i -e 's/halt/poweroff/' /usr/share/config/kdm/kdmrc
|
|
systemctl reenable NetworkManager.service
|
|
systemctl reenable kdm.service
|
|
}
|