1 Star 0 Fork 0

和平才子/slitaz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
local.sh 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
和平才子 提交于 2024-12-05 09:59 . aa
#!/bin/sh
#
# /etc/init.d/local.sh: Local startup commands
#
# All commands here will be executed at boot time.
#
#inserted by post_install of evifar up to END-efivar:
[ -d /sys/firmware/efi/efivars ] && mount -t efivarfs none /sys/firmware/efi/efivars
#END-efivar
/usr/bin/vlmcsd > /dev/null
hwclock -l -s
echo "tux:tux" | chpasswd
#```````````````````````````````````````````````````````````````````
# 此脚本设置开机在:/etc/rcS.conf
#开机自启命令放到下面
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/peace-talent/slitazcn.git
git@gitee.com:peace-talent/slitazcn.git
peace-talent
slitazcn
slitaz
master

搜索帮助