diff options
author | Frans Pop <elendil@planet.nl> | 2007-07-24 07:44:04 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-07-24 07:44:04 +0000 |
commit | af60206d939bf6d889375d829776b184461b2309 (patch) | |
tree | 3ec06a039ea232a486043d6903b5d3265699a950 /en | |
parent | 5b3996bd51aa845c2998fddb7d51de57cf6367ac (diff) | |
download | installation-guide-af60206d939bf6d889375d829776b184461b2309.zip |
Correct release condition
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 2b3aad0e2..6136dcb59 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1036,7 +1036,7 @@ d-i clock-setup/utc boolean true # You may set this to any valid setting for $TZ; see the contents of # /usr/share/zoneinfo/ for valid values. -d-i time/zone string US/Eastern<phrase condition="etch"> +d-i time/zone string US/Eastern<phrase condition="lenny"> # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true |