X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=529b28941b054577058a9197d4e1c84d11c90ef6;hb=a5f150034f1552389a6567805d1757fc90be2883;hp=0f7257572250061228a7bd4d99839af6eab7e456;hpb=5d54eb51480e5b74f3fafa796b8b6b949bc48af3;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 0f72575..529b289 100644 --- a/grml_tips +++ b/grml_tips @@ -2500,7 +2500,11 @@ Configuration options relevant on harddisk installation: # tzconfig which adjusts /etc/timezone and /etc/localtime according - to the provided information. + to the provided information. Running: + + # dpkg-reconfigure tzdata + + might be useful as well. * /etc/default/rcS: set variable UTC according to your needs, whether your system clock is set to UTC (UTC='yes') or @@ -2546,3 +2550,8 @@ Further information: http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html http://wiki.debian.org/TimeZoneChanges -- +Recorder shellscript session using script: + +% script -t 2>~/upgrade.time -a ~/upgrade.script +% scriptreplay ~/upgrade.time ~/upgrade.script +--