This commit is contained in:
zj
2026-01-02 03:54:13 +08:00
parent 4ecabc4741
commit 61e8e9ad22
6 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
# 生成 locale 数据
locale-gen
# 可选:设置键盘布局等(如果需要)
# localectl set-keymap us # 举例,如果需要设置其他键盘布局
# 可选:同步时间(如果需要)
# hwclock --systohc
systemctl disable smarttms.service
systemctl disable mysqld.service
systemctl disable todeskd.service
exit 0