?? splash_early
字號:
#! /bin/sh## /etc/init.d/splash_early## Copyright (c) 2000, 2001 SuSE GmbH Nuernberg, Germany. All rights reserved.##### BEGIN INIT INFO# Provides: splash_early# Required-Start:# X-United-Linux-Should-Start: $network $syslog $sshd# Required-Stop: # X-United-Linux-Should-Stop: $network $syslog $sshd# Default-Start: 2 3 5# Default-Stop: 0 1 4 6# Description: kills animation after network start### END INIT INFO. /etc/rc.status# First reset status of this servicerc_resetcase "$1" in start) rc_splash "bootnetwork stop" ;; stop|status|restart|reload) # rc_status -v3 ;;esacrc_exit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -