cloudstack/docs/pot/linux-installation.pot
2013-02-02 22:18:06 +01:00

91 lines
2.5 KiB
Plaintext

#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:58\n"
"PO-Revision-Date: 2013-02-02T20:11:58\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "Linux OS Installation"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Use the following steps to begin the Linux OS installation:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Download the script file cloud-set-guest-password:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Linux: <ulink url=\"http://cloudstack.org/dl/cloud-set-guest-password\" />"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Windows: <ulink url=\"http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download\" />"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Copy this file to /etc/init.d."
msgstr ""
#. Tag: para
#, no-c-format
msgid "On some Linux distributions, copy the file to /etc/rc.d/init.d."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Run the following command to make the script executable:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "chmod +x /etc/init.d/cloud-set-guest-password"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Depending on the Linux distribution, continue with the appropriate step."
msgstr ""
#. Tag: para
#, no-c-format
msgid "On Fedora, CentOS/RHEL, and Debian, run:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "chkconfig --add cloud-set-guest-password"
msgstr ""
#. Tag: para
#, no-c-format
msgid "On Ubuntu with VMware tools, link the script file to the /etc/network/if-up and /etc/network/if-down folders, and run the script:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password\n"
" #ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-down/cloud-set-guest-password"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you are using Ubuntu 11.04, start by creating a directory called /var/lib/dhcp3 on your Ubuntu machine (works around a known issue with this version of Ubuntu). On all Ubuntu versions: Run “sudo update-rc.d cloud-set-guest-password defaults 98”. To test, run \"mkpasswd\" and check that it is generating a new password. If the “mkpasswd” command does not exist, run \"sudo apt-get install whois\" (or sudo apt-get install mkpasswd, depending on your Ubuntu version) and repeat."
msgstr ""