diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2009-02-22 01:09:54 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2009-02-22 01:09:54 +0000 |
commit | 9a1d477e6f4cedbd4d2c26e4ab61f20452892261 (patch) | |
tree | f724d2a0fc4d6058095475f794b31541c86d7b55 /po/pot/preseed.pot | |
parent | d2272ac05b8c9a359261f25a8bbedb08cf63c25c (diff) | |
download | installation-guide-9a1d477e6f4cedbd4d2c26e4ab61f20452892261.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 1444b0713..35c643a5d 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2009-01-16 01:09+0000\n" +"POT-Creation-Date: 2009-02-22 01:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1027,7 +1027,7 @@ msgid "" "#d-i partman-auto/method string raid\n" "# Specify the disks to be partitioned. They will all get the same layout,\n" "# so this will only work if the disks are the same size.\n" - "#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc\n" + "#d-i partman-auto/disk string /dev/sda /dev/sdb\n" "\n" "# Next you need to specify the physical partitions that will be used. \n" "#d-i partman-auto/expert_recipe string \\\n" @@ -1050,14 +1050,14 @@ msgid "" "# <devices> <sparedevices>\n" "# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated using \"#\"\n" "#d-i partman-auto-raid/recipe string \\\n" - "# 1 2 0 ext3 / \\\n" - "# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n" - "# . \\\n" - "# 1 2 0 swap - \\\n" - "# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n" - "# . \\\n" - "# 0 2 0 ext3 /home \\\n" - "# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n" + "# 1 2 0 ext3 / \\\n" + "# /dev/sda1#/dev/sdb1 \\\n" + "# . \\\n" + "# 1 2 0 swap - \\\n" + "# /dev/sda5#/dev/sdb5 \\\n" + "# . \\\n" + "# 0 2 0 ext3 /home \\\n" + "# /dev/sda6#/dev/sdb6 \\\n" "# .\n" "\n" "# This makes partman automatically partition without confirmation.\n" |