浏览代码

Update alpine-install.func

tweak
tteckster 2 年之前
父节点
当前提交
1f32020d5c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      misc/alpine-install.func

+ 2 - 2
misc/alpine-install.func

@@ -117,7 +117,7 @@ motd_ssh() {
 
 customize() {
   msg_info "Customizing Container"
-  bash -c "/etc/init.d/syslog stop;rc-update del syslog boot;passwd -d root" >/dev/null 2>&1
+  bash -c "passwd -d root" >/dev/null 2>&1
   msg_ok "Customized Container"
 }
 
@@ -125,4 +125,4 @@ root() {
   if ! getent shadow root | grep -q '^root:[^:]*:\?\$'; then
     customize
   fi
-}
+}