Files
tms-archlinux-calamares-ins…/archiso/airootfs/root/customize_airootfs.sh
2026-01-13 21:14:11 +08:00

18 lines
346 B
Bash

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