#!/bin/sh
##########################################################
-# Copyright (C) 2006-2021 VMware, Inc. All rights reserved.
+# Copyright (C) 2006-2022 VMware, Inc. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
TARFILE=vm-`date +%Y-%m-%d`.$$.tar.gz
-VER=0.94
+VER=0.95
# Parse args
for option in $@
addfile /var/log/cloud-init.log
addfile /var/log/cloud-init-output.log
addfile /etc/cloud/cloud.cfg
+addfile /etc/default/locale
+addfile /etc/locale.conf
runcmd "/tmp/df.txt" df
collectNetworkDetails
runcmd "/tmp/uptime.txt" uptime
runcmd "/tmp/date.txt" date
runcmd "/tmp/umask.txt" umask
+runcmd "/tmp/locale-current.txt" locale
+runcmd "/tmp/locale-list.txt" locale -a
case `uname` in
Linux)