summaryrefslogtreecommitdiff
path: root/po/de/preseed.po
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-06-19 22:27:05 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-06-19 22:27:05 +0200
commit68ee2a35c1bed5100ea7cbeadab00a7b0aacae83 (patch)
tree8af17306d65055a24a203d4d60270e958da16dba /po/de/preseed.po
parent740f8f1cf5e9e90384a983fef9ab0dcc5cfa702e (diff)
downloadinstallation-guide-68ee2a35c1bed5100ea7cbeadab00a7b0aacae83.zip
Refresh po|pot files
Diffstat (limited to 'po/de/preseed.po')
-rw-r--r--po/de/preseed.po115
1 files changed, 113 insertions, 2 deletions
diff --git a/po/de/preseed.po b/po/de/preseed.po
index 3eef48a15..22accac7f 100644
--- a/po/de/preseed.po
+++ b/po/de/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2020-06-19 18:34+0000\n"
+"POT-Creation-Date: 2020-06-19 20:24+0000\n"
"PO-Revision-Date: 2020-04-05 21:55+0100\n"
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2261,7 +2261,98 @@ msgstr "Partitionierungsbeispiele"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - crypto: use LVM within an encrypted partition\n"
+#| "d-i partman-auto/method string lvm\n"
+#| "\n"
+#| "# You can define the amount of space that will be used for the LVM "
+#| "volume\n"
+#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage "
+#| "of\n"
+#| "# free space or the 'max' keyword.\n"
+#| "d-i partman-auto-lvm/guided_size string max\n"
+#| "\n"
+#| "# If one of the disks that are going to be automatically partitioned\n"
+#| "# contains an old LVM configuration, the user will normally receive a\n"
+#| "# warning. This can be preseeded away...\n"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\n"
+#| "\n"
+#| "# This makes partman automatically partition without confirmation, "
+#| "provided\n"
+#| "# that you told it what to do using one of the methods above.\n"
+#| "d-i partman-partitioning/confirm_write_new_label boolean true\n"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2335,6 +2426,20 @@ msgid ""
"# system labels, volume group names and which physical devices to include\n"
"# in a volume group.\n"
"\n"
+"## Partitioning for EFI\n"
+"# If your system needs an EFI partition you could add something like\n"
+"# this to the recipe above, as the first element in the recipe:\n"
+"# 538 538 1075 free \\\n"
+"# $iflabel{ gpt } \\\n"
+"# $reusemethod{ } \\\n"
+"# method{ efi } \\\n"
+"# format{ } \\\n"
+"# . \\\n"
+"#\n"
+"# The fragment above is for the amd64 architecture; the details may be\n"
+"# different on other architectures. The 'partman-auto' package in the\n"
+"# D-I source repository may have an example you can follow.\n"
+"\n"
"# This makes partman automatically partition without confirmation, provided\n"
"# that you told it what to do using one of the methods above.\n"
"d-i partman-partitioning/confirm_write_new_label boolean true\n"
@@ -2342,6 +2447,12 @@ msgid ""
"d-i partman/confirm boolean true\n"
"d-i partman/confirm_nooverwrite boolean true\n"
"\n"
+"# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.\n"
+"#d-i partman-efi/non_efi_system boolean true\n"
+"# Ensure the partition table is GPT - this is required for EFI\n"
+"#d-i partman-partitioning/choose_label string gpt\n"
+"#d-i partman-partitioning/default_label string gpt\n"
+"\n"
"# When disk encryption is enabled, skip wiping the partitions beforehand.\n"
"#d-i partman-auto-crypto/erase_disks boolean false"
msgstr ""