msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-01-19 02:10+0000\n"
+"POT-Creation-Date: 2013-01-19 03:00+0000\n"
"PO-Revision-Date: 2013-01-19 12:00+0900\n"
"Last-Translator: Charles Plessy <foo>\n"
"Language-Team: bar\n"
#. type: Plain text
#, no-wrap
-#| msgid "J'arrive enfin à créer une [[image machine de l'installeur Debian|installeur-debian-dans-un-nuage]] automatiquement, sans qu'aucune clé ou mot de passe ne transite dans le réseau ni sur le Nuage."
msgid ""
"J'arrive enfin à créer une [[image machine de l'installeur\n"
"Debian|installeur-debian-dans-un-nuage]] automatiquement, sans qu'aucune clé ou\n"
"implémenté l'attribut `InstanceInitiatedShutdownBehavior` dans [[!debpkg\n"
"euca2ools]] 2.2.\n"
msgstr ""
-"I finally manage to create an [[image of the Debian Installer|installeur-"
-"debian-dans-un-nuage]] automatically, with no key or password transiting on "
-"the Cloud or the network, and without using the `ec2-api-tools`, which are "
-"_non-Free_. Thanks to Eucalyptus for implementing the attribute "
-"`InstanceInitiatedShutdownBehavior` in [[!debpkg\n"
+"I finally manage to create an [[image of the Debian Installer|installeur-debian-dans-un-nuage]] automatically, with no key or password transiting on the Cloud or the network, and without using the `ec2-api-tools`, which are _non-Free_. Thanks to Eucalyptus for implementing the attribute `InstanceInitiatedShutdownBehavior` in [[!debpkg\n"
"euca2ools]] 2.2.\n"
#. type: Plain text
-#| msgid ""
-#| "Pour ce faire, je démarre une micro-instance avec un volume "
-#| "supplémentaire, et je lui passe un script via [[cloud-init]], qui va "
-#| "télécharger l'installeur Debian sur ce volume et éteindre la micro "
-#| "instance. Ensuite, j'enregistre ce volume comme image machine."
msgid ""
"En résumé, je démarre une micro-instance avec un volume supplémentaire, et "
"je lui passe un script via [[cloud-init]], qui va télécharger l'Installeur "
msgstr ""
"In brief, I start a micro-instance with an additional volume, and I pass it "
"a script for [[cloud-init]], which will download the Installer on the volume "
-"and shut down the instance. Then, I register the volume as a machine "
-"image."
+"and shut down the instance. Then, I register the volume as a machine image."
#. type: Plain text
-#| msgid ""
-#| "Les images machines de l'Installeur créées ainsi peuvent être démarrées "
-#| "avec une pré-configuration pour installer Debian sur un autre volume. Je "
-#| "bute encore sur cette pré-configuration. Plus de détails dans un "
-#| "prochain article."
msgid ""
"Ces images machines de l'Installeur sont faites pour être pré-configurées "
"via les [métadonnées d'instance](http://docs.aws.amazon.com/AWSEC2/latest/"
"article. In the meantime, here are the commands I a using."
#. type: Plain text
+#, fuzzy
#| msgid ""
-#| "Depuis l'ordinateur local, lancer une instance sur le Nuage. Pour le "
-#| "moment il faut utiliser une image Ubuntu en attendant que cloud-init soit "
-#| "installé par défaut sur les images Debian (http://bugs.debian.org/696595)."
+#| "Depuis l'ordinateur local, lancer une instance sur le Nuage. J'utilise "
+#| "une image Ubuntu en attendant que [[!debbug 696595]] sont réglé et que "
+#| "cloud-init soit installé par défaut sur les images Debian."
msgid ""
"Depuis l'ordinateur local, lancer une instance sur le Nuage. J'utilise une "
-"image Ubuntu en attendant que [[!debbug 696595]] sont réglé et que cloud-"
-"init soit installé par défaut sur les images Debian."
+"image Ubuntu en attendant que [[!debbug 696595 desc=\"#696595\"]] soit réglé "
+"et que `cloud-init` soit installé par défaut sur les images Debian."
msgstr ""
"On the local computer, start an instance on the Cloud. Until [[!debbug "
"696595]] is fixed and cloud-init is installed by default, I use a Ubuntu "
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "<pre>\n"
-#| "HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS in Tôkyô\n"
-#| "</pre>\n"
msgid " HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS in (Asie Nord-Est)\n"
msgstr ""
-" HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS (Asia "
-"North-East)\n"
+" HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS (Asia North-East)\n"
"\n"
#. type: Plain text
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "<pre>\n"
-#| "HELPER_INSTANCE=$( euca-run-instances \\\n"
-#| " --instance-initiated-shutdown-behavior terminate \\\n"
-#| " --instance-type t1.micro \\\n"
-#| " --block-device-mapping /dev/sdb=:1:false \\\n"
-#| " --user-data-file debigen-install-installer-cloud \\\n"
-#| " $HELPER_AMI |\n"
-#| " tee /dev/stderr | grep INSTANCE | awk '{print $2}')\n"
-#| "</pre>\n"
msgid ""
" HELPER_INSTANCE=$( euca-run-instances \\\n"
" --instance-initiated-shutdown-behavior terminate \\\n"
" tee /dev/stderr | grep INSTANCE | awk '{print $2}')\n"
#. type: Plain text
-msgid "On attend que le démarrage soit fini"
+#, fuzzy
+#| msgid "On attend que le démarrage soit fini"
+msgid "On attend que le démarrage soit fini."
msgstr "Wait that the boot finished."
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "<pre>\n"
-#| "while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"running\" ]; do sleep 30; done\n"
-#| "</pre>\n"
msgid ""
" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"running\" ]\n"
" do sleep 30\n"
" done\n"
msgstr ""
-" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | "
-"cut -f 6 | tee /dev/stderr) = \"running\" ]\n"
+" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"running\" ]\n"
" do sleep 30\n"
" done"
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "<pre>\n"
-#| "TARGET_VOLUME=$( euca-describe-volumes |\n"
-#| " grep $HELPER_INSTANCE | grep '/dev/sdb' |\n"
-#| " tee /dev/stderr | awk '{print $2}')\n"
-#| "</pre>\n"
msgid ""
" TARGET_VOLUME=$( euca-describe-volumes |\n"
" grep $HELPER_INSTANCE | grep '/dev/sdb' |\n"
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "<pre>\n"
-#| "while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"terminated\" ]; do sleep 30; done\n"
-#| "</pre>\n"
msgid ""
" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"terminated\" ]\n"
" do sleep 30\n"
" done\n"
msgstr ""
-" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | "
-"cut -f 6 | tee /dev/stderr) = \"terminated\" ]\n"
+" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"terminated\" ]\n"
" do sleep 30\n"
" done\n"
#. type: Plain text
-#| msgid ""
-#| "Et enfin, on enregistre une images à partir d'un instantané du volume. "
-#| "(Notez que `PV_KERNEL=aki-44992845` est pour la région de Tôkyô."
msgid "Et enfin, on enregistre une image à partir d'un instantané du volume."
msgstr "Snapshot the volume and register it as a machine image."
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "TARGET_SNAPSHOT=$( euca-create-snapshot $TARGET_VOLUME |\n"
-#| " tee /dev/stderr | awk '{print $2}')\n"
msgid ""
" TARGET_SNAPSHOT=$( euca-create-snapshot $TARGET_VOLUME |\n"
" tee /dev/stderr | awk '{print $2}')\n"
#. type: Plain text
#, no-wrap
-#| msgid "while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do sleep 30 ; done"
msgid " while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do sleep 30 ; done\n"
-msgstr " while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do "
-"sleep 30 ; done\n"
+msgstr " while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do sleep 30 ; done\n"
#. type: Plain text
#, no-wrap
-#| msgid ""
-#| "INSTALLER_IMAGE=$( euca-register \\\n"
-#| " --name test_di \\\n"
-#| " --description test_of_debian_installer \\\n"
-#| " --snapshot $TARGET_SNAPSHOT \\\n"
-#| " --kernel $PV_KERNEL \\\n"
-#| " --architecture x86_64 |\n"
-#| " tee /dev/stderr | awk '{print $2}')\n"
-#| "</pre>\n"
msgid ""
" euca-register \\\n"
" --name test_di \\\n"
" --architecture x86_64\n"
#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "Voici le script appelé debigen-install-installer-cloud, lancé plus haut."
msgid ""
-"Voici le script appelé debigen-install-installer-cloud, lancé plus haut."
+"Voici le script appelé `debigen-install-installer-cloud`, lancé plus haut."
msgstr "Here is the script called debigen-install-installer-cloud, used above."
#. type: Plain text
" DIST=squeeze\n"
" DI_VERSION=20110106+squeeze4+b2\n"
" MIRROR=jp\n"
-" BASEURL=http://ftp.$MIRROR.debian.org/debian/dists/$DIST/main/installer-"
-"$ARCH/$DI_VERSION/images/netboot/xen\n"
+" BASEURL=http://ftp.$MIRROR.debian.org/debian/dists/$DIST/main/installer-$ARCH/$DI_VERSION/images/netboot/xen\n"
#. type: Plain text
#, no-wrap
msgstr ""
" title Debian Installer ($DI_VERSION $ARCH)\n"
" root (hd0)\n"
-" kernel /vmlinuz root=LABEL=debian-installer ro console=hvc0 auto=true "
-"priority=critical url=http://169.254.169.254/latest/user-data "
-"DEBIAN_FRONTEND=text\n"
+" kernel /vmlinuz root=LABEL=debian-installer ro console=hvc0 auto=true priority=critical url=http://169.254.169.254/latest/user-data DEBIAN_FRONTEND=text\n"
" initrd /initrd.gz\n"
" __END__\n"
+#. type: Plain text
+#, no-wrap
+msgid " sleep 30\n"
+msgstr ""
+
#. type: Plain text
#, no-wrap
msgid " halt\n"