DebianNonfreeFirmware firmware-bnx2
HostnameSortSwapWords 0
+
+ Timezone UTC
);
$c{$_}='' foreach qw(
d-i mirror/http/proxy string
d-i clock-setup/utc boolean true
-d-i time/zone string Europe/London
+d-i time/zone string $c{Timezone}
d-i clock-setup/ntp boolean true
d-i partman-md/device_remove_md boolean true
Template filename which mg-hosts mkpxedir should make be a symlink to
the TftpPxeTemplates. Not used otherwise.
+Timezone
+ Olson TZ name, used by host and guest installers
+
========================================
Host-specific config settigs
DnsDomain xs.citrite.net
NetNameservers 10.80.248.2 10.80.16.28 10.80.16.67
+Timezone Europe/London
+
Stash /home/xc_osstest/logs
Images /home/xc_osstest/images
Logs /home/xc_osstest/logs
sed -i '/^ttyu0/s/off/on/' $mnt/etc/ttys
- cp $mnt/usr/share/zoneinfo/Europe/London $mnt/etc/localtime
+ cp $mnt/usr/share/zoneinfo/$c{Timezone} $mnt/etc/localtime
cat <<'ENDKEYS' >$mnt/boot/loader.conf
boot_multicons="YES"
sshpw --username=root xenroot --plaintext
sshpw --username=iwj xenroot --plaintext
-timezone --utc Europe/London
+timezone --utc $c{Timezone}
bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb console=ttyS0,$c{Baud}n8"
# The following is the partition information you requested