summaryrefslogtreecommitdiff
path: root/po/el
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2010-02-08 01:12:19 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2010-02-08 01:12:19 +0000
commit0be7f4cb3348772eabf47fde6e40d05963a948e7 (patch)
treeb07d902be5ebfa0264a58072224112c35b61fe41 /po/el
parentdb9f556774181a13d456bbe8f5e34b2f39d50b02 (diff)
downloadinstallation-guide-0be7f4cb3348772eabf47fde6e40d05963a948e7.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/el')
-rw-r--r--po/el/preseed.po326
1 files changed, 245 insertions, 81 deletions
diff --git a/po/el/preseed.po b/po/el/preseed.po
index aec5995f0..059fe7b17 100644
--- a/po/el/preseed.po
+++ b/po/el/preseed.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2010-01-18 00:44+0000\n"
+"POT-Creation-Date: 2010-02-08 01:11+0000\n"
"PO-Revision-Date: 2009-11-26 15:12+0200\n"
"Last-Translator: \n"
"Language-Team: <en@li.org>\n"
@@ -1834,14 +1834,21 @@ msgstr "Διαμέριση"
#. Tag: para
#: preseed.xml:841
-#, no-c-format
-msgid ""
-"Using preseeding to partition the harddisk is very much limited to what is "
-"supported by <classname>partman-auto</classname>. You can choose to "
-"partition either existing free space on a disk or a whole disk. The layout "
-"of the disk can be determined by using a predefined recipe, a custom recipe "
-"from a recipe file or a recipe included in the preconfiguration file. It is "
-"currently not possible to partition multiple disks using preseeding."
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Using preseeding to partition the harddisk is very much limited to what "
+#| "is supported by <classname>partman-auto</classname>. You can choose to "
+#| "partition either existing free space on a disk or a whole disk. The "
+#| "layout of the disk can be determined by using a predefined recipe, a "
+#| "custom recipe from a recipe file or a recipe included in the "
+#| "preconfiguration file. It is currently not possible to partition multiple "
+#| "disks using preseeding."
+msgid ""
+"Using preseeding to partition the harddisk is limited to what is supported "
+"by <classname>partman-auto</classname>. You can choose to partition either "
+"existing free space on a disk or a whole disk. The layout of the disk can be "
+"determined by using a predefined recipe, a custom recipe from a recipe file "
+"or a recipe included in the preconfiguration file."
msgstr ""
"Η χρήση preseeding για την διαμέριση του σκληρού δίσκου είναι ιδιαίτερα "
"περιορισμένο σε ό,τι υποστηρίζει το πρόγραμμα <classname>partman-auto</"
@@ -1853,7 +1860,29 @@ msgstr ""
"διαμέριση πολλών δίσκων με χρήση προρύθμισης."
#. Tag: para
-#: preseed.xml:852
+#: preseed.xml:849
+#, no-c-format
+msgid ""
+"Preseeding of advanced partition setups using RAID, LVM and encryption is "
+"supported, but not with the full flexibility possible when partitioning "
+"during a non-preseeded install."
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:855
+#, no-c-format
+msgid ""
+"The examples below only provide basic information on the use of recipes. For "
+"detailed information see the files <filename>partman-auto-recipe.txt</"
+"filename> and <filename>partman-auto-raid-recipe.txt</filename> included in "
+"the <classname>debian-installer</classname> package. Both files are also "
+"available from the <ulink url=\"&url-d-i-websvn;/trunk/installer/doc/devel/"
+"\">&d-i; source repository</ulink>. Note that the supported functionality "
+"may change between releases."
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:869
#, no-c-format
msgid ""
"The identification of disks is dependent on the order in which their drivers "
@@ -1864,21 +1893,101 @@ msgstr ""
"οι οδηγοί τους. Αν υπάρχουν πολλαπλοί δίσκοι στο σύστημα, βεβαιωθείτε ότι θα "
"επιλεχθεί ο σωστός πριν να χρησιμοποιήσετε preseeding."
+#. Tag: title
+#: preseed.xml:878
+#, fuzzy, no-c-format
+#| msgid "Partitioning"
+msgid "Partitioning example"
+msgstr "Διαμέριση"
+
#. Tag: screen
-#: preseed.xml:860
-#, no-c-format
+#: preseed.xml:880
+#, 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 can specify a disk to partition. The device name "
+#| "must\n"
+#| "# be given in traditional non-devfs format.\n"
+#| "# Note: A disk must be specified, unless the system has only one disk.\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: \"regular\", \"lvm\" and \"crypto"
+#| "\"\n"
+#| "d-i partman-auto/method string lvm\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"
+#| "\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, /usr, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# The recipe format is documented in the file devel/partman-auto-recipe."
+#| "txt.\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"
+#| "# 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"
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 can specify a disk to partition. The device name must\n"
-"# be given in traditional non-devfs format.\n"
-"# Note: A disk must be specified, unless the system has only one disk.\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/hda or\n"
+"# /dev/sda, 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: \"regular\", \"lvm\" and \"crypto\"\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"
"# If one of the disks that are going to be automatically partitioned\n"
@@ -1897,8 +2006,6 @@ msgid ""
"d-i partman-auto/choose_recipe select atomic\n"
"\n"
"# Or provide a recipe of your own...\n"
-"# The recipe format is documented in the file devel/partman-auto-recipe."
-"txt.\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"
@@ -1924,6 +2031,12 @@ msgid ""
"# 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"
@@ -2004,13 +2117,13 @@ msgstr ""
"d-i partman/confirm boolean true"
#. Tag: title
-#: preseed.xml:865
+#: preseed.xml:884
#, no-c-format
msgid "Partitioning using RAID"
msgstr "Διαμέριση με χρήση RAID"
#. Tag: para
-#: preseed.xml:866
+#: preseed.xml:885
#, no-c-format
msgid ""
"You can also use preseeding to set up partitions on software RAID arrays. "
@@ -2028,7 +2141,7 @@ msgstr ""
"\"/>."
#. Tag: para
-#: preseed.xml:876
+#: preseed.xml:895
#, no-c-format
msgid ""
"This type of automated partitioning is easy to get wrong. It is also "
@@ -2045,11 +2158,58 @@ msgstr ""
"αντιμετωπίσετε προβλήματα."
#. Tag: screen
-#: preseed.xml:886
-#, no-c-format
+#: preseed.xml:905
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# NOTE: this option is of beta release quality and should be used "
+#| "carefully\n"
+#| "\n"
+#| "# The method should be set to \"raid\".\n"
+#| "#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/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"
+#| "# multiraid :: \\\n"
+#| "# 1000 5000 4000 raid \\\n"
+#| "# $primary{ } method{ raid } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% raid \\\n"
+#| "# method{ raid } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 raid \\\n"
+#| "# method{ raid } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# Last you need to specify how the previously defined partitions will be\n"
+#| "# used in the RAID setup. Remember to use the correct partition numbers\n"
+#| "# for logical partitions.\n"
+#| "# Parameters are:\n"
+#| "# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
+#| "mountpoint&gt; \\\n"
+#| "# &lt;devices&gt; &lt;sparedevices&gt;\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/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"
+#| "d-i partman-md/confirm boolean true\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"
msgid ""
-"# NOTE: this option is of beta release quality and should be used carefully\n"
-"\n"
"# The method should be set to \"raid\".\n"
"#d-i partman-auto/method string raid\n"
"# Specify the disks to be partitioned. They will all get the same layout,\n"
@@ -2071,13 +2231,13 @@ msgid ""
"\n"
"# Last you need to specify how the previously defined partitions will be\n"
"# used in the RAID setup. Remember to use the correct partition numbers\n"
-"# for logical partitions.\n"
+"# for logical partitions. RAID levels 0, 1, 5, 6 and 10 are supported;\n"
+"# devices are separated using \"#\".\n"
"# Parameters are:\n"
"# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
"mountpoint&gt; \\\n"
"# &lt;devices&gt; &lt;sparedevices&gt;\n"
-"# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated using "
-"\"#\"\n"
+"\n"
"#d-i partman-auto-raid/recipe string \\\n"
"# 1 2 0 ext3 / \\\n"
"# /dev/sda1#/dev/sdb1 \\\n"
@@ -2089,6 +2249,10 @@ msgid ""
"# /dev/sda6#/dev/sdb6 \\\n"
"# .\n"
"\n"
+"# For additional information see the file partman-auto-raid-recipe.txt\n"
+"# included in the 'debian-installer' package or available from D-I source\n"
+"# repository.\n"
+"\n"
"# This makes partman automatically partition without confirmation.\n"
"d-i partman-md/confirm boolean true\n"
"d-i partman-partitioning/confirm_write_new_label boolean true\n"
@@ -2150,13 +2314,13 @@ msgstr ""
"d-i partman/confirm boolean true"
#. Tag: title
-#: preseed.xml:891
+#: preseed.xml:910
#, no-c-format
msgid "Controlling how partitions are mounted"
msgstr "Έλεγχος του πώς έχουν προσαρτηθεί οι κατατμήσεις"
#. Tag: para
-#: preseed.xml:892
+#: preseed.xml:911
#, no-c-format
msgid ""
"Normally, filesystems are mounted using a universally unique identifier "
@@ -2177,7 +2341,7 @@ msgstr ""
"τέτοια θα προσαρτηθούν με βάση το UUID."
#. Tag: para
-#: preseed.xml:901
+#: preseed.xml:920
#, no-c-format
msgid ""
"Devices with stable names, such as LVM logical volumes, will continue to use "
@@ -2187,7 +2351,7 @@ msgstr ""
"να χρησιμοποιούν τα παραδοσιακά ονόματά τους αντί των UUID."
#. Tag: para
-#: preseed.xml:908
+#: preseed.xml:927
#, no-c-format
msgid ""
"Traditional device names may change based on the order in which the kernel "
@@ -2205,7 +2369,7 @@ msgstr ""
"απρόβλεπτη."
#. Tag: screen
-#: preseed.xml:918
+#: preseed.xml:937
#, no-c-format
msgid ""
"# The default is to mount by UUID, but you can also choose \"traditional\" "
@@ -2223,13 +2387,13 @@ msgstr ""
"#d-i partman/mount_style select uuid"
#. Tag: title
-#: preseed.xml:923
+#: preseed.xml:943
#, no-c-format
msgid "Base system installation"
msgstr "Εγκατάσταση του βασικού συστήματος"
#. Tag: para
-#: preseed.xml:924
+#: preseed.xml:944
#, no-c-format
msgid ""
"There is actually not very much that can be preseeded for this stage of the "
@@ -2241,7 +2405,7 @@ msgstr ""
"ερωτήσεις που γίνονται αφορούν την εγκατάσταση του πυρήνα."
#. Tag: screen
-#: preseed.xml:931
+#: preseed.xml:951
#, no-c-format
msgid ""
"# Configure APT to not install recommended packages by default. Use of this\n"
@@ -2275,13 +2439,13 @@ msgstr ""
"#d-i base-installer/kernel/image string linux-image-2.6-486"
#. Tag: title
-#: preseed.xml:936
+#: preseed.xml:956
#, no-c-format
msgid "Account setup"
msgstr "Ρύθμιση Λογαριασμού"
#. Tag: para
-#: preseed.xml:937
+#: preseed.xml:957
#, no-c-format
msgid ""
"The password for the root account and name and password for a first regular "
@@ -2294,7 +2458,7 @@ msgstr ""
"κρυπτογραφημένο (clear text) είτε MD5 <emphasis>hashes</emphasis>."
#. Tag: para
-#: preseed.xml:944
+#: preseed.xml:964
#, no-c-format
msgid ""
"Be aware that preseeding passwords is not completely secure as everyone with "
@@ -2311,7 +2475,7 @@ msgstr ""
"force attacks)."
#. Tag: screen
-#: preseed.xml:954
+#: preseed.xml:974
#, no-c-format
msgid ""
"# Skip creation of a root account (normal user account will be able to\n"
@@ -2373,7 +2537,7 @@ msgstr ""
"#d-i passwd/user-default-groups string audio cdrom video"
#. Tag: para
-#: preseed.xml:956
+#: preseed.xml:976
#, no-c-format
msgid ""
"The <classname>passwd/root-password-crypted</classname> and "
@@ -2394,7 +2558,7 @@ msgstr ""
"την εντολή <command>sudo</command>)."
#. Tag: para
-#: preseed.xml:966
+#: preseed.xml:986
#, no-c-format
msgid ""
"The following command can be used to generate an MD5 hash for a password:"
@@ -2403,19 +2567,19 @@ msgstr ""
"(hash) MD5 για ένα συνθηματικό χρήστη:"
#. Tag: screen
-#: preseed.xml:970
+#: preseed.xml:990
#, no-c-format
msgid "$ printf \"r00tme\" | mkpasswd -s -m md5"
msgstr "$ printf \"r00tme\" | mkpasswd -s -m md5"
#. Tag: title
-#: preseed.xml:976
+#: preseed.xml:996
#, no-c-format
msgid "Apt setup"
msgstr "Ρύθμιση setup"
#. Tag: para
-#: preseed.xml:977
+#: preseed.xml:997
#, no-c-format
msgid ""
"Setup of the <filename>/etc/apt/sources.list</filename> and basic "
@@ -2429,7 +2593,7 @@ msgstr ""
"προαιρετικά να προσθέσετε και άλλες (τοπικές) \"αποθήκες\" πακέτων."
#. Tag: screen
-#: preseed.xml:985
+#: preseed.xml:1005
#, no-c-format
msgid ""
"# You can choose to install non-free and contrib software.\n"
@@ -2493,13 +2657,13 @@ msgstr ""
"#d-i debian-installer/allow_unauthenticated boolean true"
#. Tag: title
-#: preseed.xml:990
+#: preseed.xml:1010
#, no-c-format
msgid "Package selection"
msgstr "Επιλογή πακέτων"
#. Tag: para
-#: preseed.xml:991
+#: preseed.xml:1011
#, no-c-format
msgid ""
"You can choose to install any combination of tasks that are available. "
@@ -2510,73 +2674,73 @@ msgstr ""
"αυτό το κείμενο:"
#. Tag: userinput
-#: preseed.xml:1000
+#: preseed.xml:1020
#, no-c-format
msgid "standard"
msgstr "Κανονικό σύστημα"
#. Tag: userinput
-#: preseed.xml:1003
+#: preseed.xml:1023
#, no-c-format
msgid "desktop"
msgstr "επιφάνεια εργασίας"
#. Tag: userinput
-#: preseed.xml:1006
+#: preseed.xml:1026
#, no-c-format
msgid "gnome-desktop"
msgstr "επιφάνεια εργασίας gnome"
#. Tag: userinput
-#: preseed.xml:1009
+#: preseed.xml:1029
#, no-c-format
msgid "kde-desktop"
msgstr "επιφάνεια εργασίας kde"
#. Tag: userinput
-#: preseed.xml:1012
+#: preseed.xml:1032
#, no-c-format
msgid "web-server"
msgstr "Server ιστοσελίδων"
#. Tag: userinput
-#: preseed.xml:1015
+#: preseed.xml:1035
#, no-c-format
msgid "print-server"
msgstr "Server εκτυπώσεων"
#. Tag: userinput
-#: preseed.xml:1018
+#: preseed.xml:1038
#, no-c-format
msgid "dns-server"
msgstr "server oνοματοδοσίας (dns-server)"
#. Tag: userinput
-#: preseed.xml:1021
+#: preseed.xml:1041
#, no-c-format
msgid "file-server"
msgstr "Server αρχείων"
#. Tag: userinput
-#: preseed.xml:1024
+#: preseed.xml:1044
#, no-c-format
msgid "mail-server"
msgstr "Server αλληλογραφίας"
#. Tag: userinput
-#: preseed.xml:1027
+#: preseed.xml:1047
#, no-c-format
msgid "sql-database"
msgstr "Βάση δεδομένων SQL"
#. Tag: userinput
-#: preseed.xml:1030
+#: preseed.xml:1050
#, no-c-format
msgid "laptop"
msgstr "Φορητός υπολογιστής"
#. Tag: para
-#: preseed.xml:1034
+#: preseed.xml:1054
#, no-c-format
msgid ""
"You can also choose to install no tasks, and force the installation of a set "
@@ -2589,7 +2753,7 @@ msgstr ""
"<userinput>Κανονικό σύστημα</userinput>."
#. Tag: para
-#: preseed.xml:1040
+#: preseed.xml:1060
#, no-c-format
msgid ""
"If you want to install some individual packages in addition to packages "
@@ -2606,7 +2770,7 @@ msgstr ""
"γραμμή εντολών του πυρήνα."
#. Tag: screen
-#: preseed.xml:1050
+#: preseed.xml:1070
#, fuzzy, no-c-format
#| msgid ""
#| "#tasksel tasksel/first multiselect standard, web-server\n"
@@ -2675,13 +2839,13 @@ msgstr ""
"#popularity-contest popularity-contest/participate boolean false"
#. Tag: title
-#: preseed.xml:1055
+#: preseed.xml:1075
#, no-c-format
msgid "Boot loader installation"
msgstr "Εγκατάσταση φορτωτή εκκίνησης"
#. Tag: screen
-#: preseed.xml:1057
+#: preseed.xml:1077
#, no-c-format
msgid ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
@@ -2762,7 +2926,7 @@ msgstr ""
"#d-i debian-installer/add-kernel-opts string nousb"
#. Tag: para
-#: preseed.xml:1059
+#: preseed.xml:1079
#, no-c-format
msgid ""
"An MD5 hash for a password for <classname>grub</classname> can be generated "
@@ -2775,13 +2939,13 @@ msgstr ""
"\"preseed-account\"/>."
#. Tag: title
-#: preseed.xml:1069
+#: preseed.xml:1089
#, no-c-format
msgid "Finishing up the installation"
msgstr "Ολοκλήρωση της εγκατάστασης"
#. Tag: screen
-#: preseed.xml:1071
+#: preseed.xml:1091
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -2826,13 +2990,13 @@ msgstr ""
"#d-i debian-installer/exit/poweroff boolean true"
#. Tag: title
-#: preseed.xml:1076
+#: preseed.xml:1096
#, no-c-format
msgid "Preseeding other packages"
msgstr "Χρήση preseeding για άλλα πακέτα"
#. Tag: screen
-#: preseed.xml:1078
+#: preseed.xml:1098
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -2855,19 +3019,19 @@ msgstr ""
"# debconf-get-selections >> file"
#. Tag: title
-#: preseed.xml:1085
+#: preseed.xml:1105
#, no-c-format
msgid "Advanced options"
msgstr "Προχωρημένες επιλογές"
#. Tag: title
-#: preseed.xml:1088
+#: preseed.xml:1108
#, no-c-format
msgid "Running custom commands during the installation"
msgstr "Εκτέλεση προσαρμοσμένων εντολών κατά την διάρκεια της εγκατάστασης."
#. Tag: para
-#: preseed.xml:1089
+#: preseed.xml:1109
#, no-c-format
msgid ""
"A very powerful and flexible option offered by the preconfiguration tools is "
@@ -2878,7 +3042,7 @@ msgstr ""
"σημεία της εγκατάστασης."
#. Tag: screen
-#: preseed.xml:1097
+#: preseed.xml:1117
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -2936,13 +3100,13 @@ msgstr ""
"#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh"
#. Tag: title
-#: preseed.xml:1102
+#: preseed.xml:1122
#, no-c-format
msgid "Using preseeding to change default values"
msgstr "Χρήση preseeding για την αλλαγή των προκαθορισμένων τιμών"
#. Tag: para
-#: preseed.xml:1103
+#: preseed.xml:1123
#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a "
@@ -2970,7 +3134,7 @@ msgstr ""
"προρύθμισης."
#. Tag: para
-#: preseed.xml:1117
+#: preseed.xml:1137
#, no-c-format
msgid ""
"Note that the <quote>d-i</quote> owner should only be used for variables "
@@ -2985,7 +3149,7 @@ msgstr ""
"Δείτε την υποσημείωση στο κεφάλαιο <xref linkend=\"preseed-bootparms\"/>."
#. Tag: para
-#: preseed.xml:1124
+#: preseed.xml:1144
#, no-c-format
msgid ""
"If you are preseeding using boot parameters, you can make the installer ask "
@@ -3009,13 +3173,13 @@ msgstr ""
"quote> παραμέτρους."
#. Tag: title
-#: preseed.xml:1138
+#: preseed.xml:1158
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "Αλυσιδωτή φόρτωση (chainloading) αρχείων προρυθμίσεων"
#. Tag: para
-#: preseed.xml:1139
+#: preseed.xml:1159
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -3032,7 +3196,7 @@ msgstr ""
"συγκεκριμένες διαμορφώσεις σε άλλα αρχεία."
#. Tag: screen
-#: preseed.xml:1149
+#: preseed.xml:1169
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -3094,7 +3258,7 @@ msgstr ""
" #d-i preseed/run string foo.sh"
#. Tag: para
-#: preseed.xml:1151
+#: preseed.xml:1171
#, no-c-format
msgid ""
"It is also possible to chainload from the initrd or file preseeding phase, "