version 1.41.2.1, 2002/06/13 02:34:40 |
version 1.42, 2002/05/23 02:57:08 |
Line 518 enable_network() { |
|
Line 518 enable_network() { |
|
if [ -f /mnt/etc/rc.conf ]; then |
if [ -f /mnt/etc/rc.conf ]; then |
( |
( |
# assume network interface configuration style 1.2D and up |
# assume network interface configuration style 1.2D and up |
if [ -f /mnt/etc/defaults/rc.conf ]; then |
|
. /mnt/etc/defaults/rc.conf |
|
fi |
|
. /mnt/etc/rc.conf |
. /mnt/etc/rc.conf |
|
|
if [ "$net_interfaces" != NO ]; then |
if [ "$net_interfaces" != NO ]; then |
Line 1302 get_timezone() { |
|
Line 1299 get_timezone() { |
|
cat << \__get_timezone_1 |
cat << \__get_timezone_1 |
|
|
Select a time zone for your location. Timezones are represented on the |
Select a time zone for your location. Timezones are represented on the |
system by a directory structure rooted in "/usr/share/timezone". Most |
system by a directory structure rooted in "/usr/share/zoneinfo". Most |
timezones can be selected by entering a token like "MET" or "GMT-6". |
timezones can be selected by entering a token like "MET" or "GMT-6". |
Other zones are grouped by continent, with detailed zone information |
Other zones are grouped by continent, with detailed zone information |
separated by a slash ("/"), e.g. "US/Pacific". |
separated by a slash ("/"), e.g. "US/Pacific". |