VirtualBox

Changeset 68114 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 25, 2017 6:46:19 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117175
Message:

debian_preseed.cfg,ubuntu_preseed.cfg: Insert time zone. Only enable NTP when GAs aren't present.

Location:
trunk/src/VBox/Main/UnattendedTemplates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/UnattendedTemplates/debian_preseed.cfg

    r68087 r68114  
    2626d-i clock-setup/utc-auto boolean true
    2727d-i clock-setup/utc boolean true
    28 ## @todo set this
    29 d-i time/zone string US/Pacific
    30 ## @todo do we want ntp? probably not if GAs are installed.
    31 d-i clock-setup/ntp boolean true
     28d-i time/zone string @@VBOX_INSERT_TIME_ZONE_UX@@
     29@@VBOX_COND_IS_INSTALLING_ADDITIONS@@d-i clock-setup/ntp boolean false@@VBOX_COND_END@@
     30@@VBOX_COND_IS_NOT_INSTALLING_ADDITIONS@@d-i clock-setup/ntp boolean true@@VBOX_COND_END@@
    3231
    3332# Packages, Mirrors, Image
  • trunk/src/VBox/Main/UnattendedTemplates/ubuntu_preseed.cfg

    r68087 r68114  
    2626d-i clock-setup/utc-auto boolean true
    2727d-i clock-setup/utc boolean true
    28 d-i time/zone string US/Pacific
    29 d-i clock-setup/ntp boolean true
     28d-i time/zone string @@VBOX_INSERT_TIME_ZONE_UX@@
     29@@VBOX_COND_IS_INSTALLING_ADDITIONS@@d-i clock-setup/ntp boolean false@@VBOX_COND_END@@
     30@@VBOX_COND_IS_NOT_INSTALLING_ADDITIONS@@d-i clock-setup/ntp boolean true@@VBOX_COND_END@@
    3031
    3132# Packages, Mirrors, Image
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette