update
This commit is contained in:
16
archiso/airootfs/root/customize_airootfs.sh
Normal file
16
archiso/airootfs/root/customize_airootfs.sh
Normal 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
|
||||
Reference in New Issue
Block a user