Date: Thu, 27 Feb 2020 20:24:41 +0000 (UTC) From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53939 - in head: en_US.ISO8859-1/books/handbook en_US.ISO8859-1/books/handbook/bsdinstall share/images/books/handbook/bsdinstall Message-ID: <202002272024.01RKOfcL065940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: carlavilla Date: Thu Feb 27 20:24:41 2020 New Revision: 53939 URL: https://svnweb.freebsd.org/changeset/doc/53939 Log: Update Setting the Time Zone section in the handbook Patch by: carlavilla@ Approved by: bcr@(mentor) Differential Revision: https://reviews.freebsd.org/D23858 Added: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-date.png (contents, props changed) head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-time.png (contents, props changed) Modified: head/en_US.ISO8859-1/books/handbook/Makefile head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-confirm.png head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-country.png head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-region.png head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-zone.png Modified: head/en_US.ISO8859-1/books/handbook/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/handbook/Makefile Wed Feb 26 22:06:50 2020 (r53938) +++ head/en_US.ISO8859-1/books/handbook/Makefile Thu Feb 27 20:24:41 2020 (r53939) @@ -84,6 +84,8 @@ IMAGES_EN+= bsdinstall/bsdinstall-timezone-confirm.png IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png +IMAGES_EN+= bsdinstall/bsdinstall-timezone-date.png +IMAGES_EN+= bsdinstall/bsdinstall-timezone-time.png IMAGES_EN+= bsdinstall/bsdinstall-zfs-disk_info.png IMAGES_EN+= bsdinstall/bsdinstall-zfs-disk_select.png IMAGES_EN+= bsdinstall/bsdinstall-zfs-geli_password.png Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Wed Feb 26 22:06:50 2020 (r53938) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Thu Feb 27 20:24:41 2020 (r53939) @@ -2165,22 +2165,6 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s <sect2 xml:id="bsdinstall-timezone"> <title>Setting the Time Zone</title> - <para>The next menu asks if the system clock uses - <acronym>UTC</acronym> or local time. When in doubt, select - <guibutton>[ No ]</guibutton> to choose the more - commonly-used local time.</para> - - <figure xml:id="bsdinstall-local-utc"> - <title>Select Local or UTC Clock</title> - - <mediaobject> - <imageobject> - <imagedata - fileref="bsdinstall/bsdinstall-set-clock-local-utc"/> - </imageobject> - </mediaobject> - </figure> - <para>The next series of menus are used to determine the correct local time by selecting the geographic region, country, and time zone. Setting the time zone allows the system to @@ -2189,7 +2173,7 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s functions properly.</para> <para>The example shown here is for a machine located in the - Eastern time zone of the United States. The selections will + mainland time zone of Spain, Europe. The selections will vary according to the geographical location.</para> <figure xml:id="bsdinstall-timezone-region"> @@ -2244,9 +2228,42 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s </mediaobject> </figure> - <para>Confirm the abbreviation for the time zone is correct. If - it is, press <keycap>Enter</keycap> to continue with the - post-installation configuration.</para> + <para>Confirm the abbreviation for the time zone is + correct.</para> + + <figure xml:id="bsdinstall-timezone-date"> + <title>Select Date</title> + + <mediaobject> + <imageobject> + <imagedata + fileref="bsdinstall/bsdinstall-timezone-date"/> + </imageobject> + </mediaobject> + </figure> + + <para>The appropriate date is selected using the arrow keys + and then pressing + <guibutton>[ Set Date ]</guibutton>. Otherwise, + the date selection can be skipped pressing + <guibutton>[ Skip ]</guibutton>.</para> + + <figure xml:id="bsdinstall-timezone-time"> + <title>Select Time</title> + + <mediaobject> + <imageobject> + <imagedata + fileref="bsdinstall/bsdinstall-timezone-time"/> + </imageobject> + </mediaobject> + </figure> + + <para>The appropriate time is selected using the arrow keys + and then pressing + <guibutton>[ Set Time ]</guibutton>. Otherwise, + the time selection can be skipped pressing + <guibutton>[ Skip ]</guibutton>.</para> </sect2> <sect2 xml:id="bsdinstall-sysconf"> Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-confirm.png ============================================================================== Binary file (source and/or target). No diff available. Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-country.png ============================================================================== Binary file (source and/or target). No diff available. Added: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-date.png ============================================================================== Binary file. No diff available. Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-region.png ============================================================================== Binary file (source and/or target). No diff available. Added: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-time.png ============================================================================== Binary file. No diff available. Modified: head/share/images/books/handbook/bsdinstall/bsdinstall-timezone-zone.png ============================================================================== Binary file (source and/or target). No diff available.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002272024.01RKOfcL065940>
