Debain timezone

タイムゾーンの設定方法

  • /etc/default/rcS
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=no

ここを設定するみたいである.

  • /etc/init.d/hwclock.sh
  • /etc/init.d/hwclockfirst.sh

このへんが実際に設定しているスクリプト.

  • /etc/rcS.d/S18hwclockfirst.sh

ここからsymbolic linkがはられている.

# man rcS

などとすると,manを見れる.

Last modified: 2006-09-05