summaryrefslogtreecommitdiff
path: root/po/da/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/da/preseed.po')
-rw-r--r--po/da/preseed.po16
1 files changed, 9 insertions, 7 deletions
diff --git a/po/da/preseed.po b/po/da/preseed.po
index 5b22fce6b..58c8d9bf0 100644
--- a/po/da/preseed.po
+++ b/po/da/preseed.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2015-02-23 20:58+0000\n"
+"POT-Creation-Date: 2015-03-21 16:42+0000\n"
"PO-Revision-Date: 2015-03-05 10:40+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1971,8 +1971,8 @@ msgid ""
"of packages in some other way. We recommend always including the "
"<userinput>standard</userinput> task."
msgstr ""
-"Du kan også vælge ikke at installere opgaver og tvinge installationen af et sæt "
-"af pakke igennem på en anden måde. Vi anbefaler altid inkludering af "
+"Du kan også vælge ikke at installere opgaver og tvinge installationen af et "
+"sæt af pakke igennem på en anden måde. Vi anbefaler altid inkludering af "
"<userinput>standardopgaven</userinput>."
#. Tag: para
@@ -2036,6 +2036,12 @@ msgid ""
"# OS, which is less safe as it might not be able to boot that other OS.\n"
"d-i grub-installer/with_other_os boolean true\n"
"\n"
+"# Due notably to potential USB sticks, the location of the MBR can not be\n"
+"# determined safely in general, so this needs to be specified:\n"
+"#d-i grub-installer/bootdev string /dev/sda\n"
+"# To install to the first device (assuming it is not a USB stick):\n"
+"#d-i grub-installer/bootdev string default\n"
+"\n"
"# Alternatively, if you want to install to a location other than the mbr,\n"
"# uncomment and edit these lines:\n"
"#d-i grub-installer/only_debian boolean false\n"
@@ -2043,10 +2049,6 @@ msgid ""
"#d-i grub-installer/bootdev string (hd0,1)\n"
"# To install grub to multiple disks:\n"
"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
-"# To install to a particular device:\n"
-"#d-i grub-installer/bootdev string /dev/sda\n"
-"# To install to the first device:\n"
-"#d-i grub-installer/bootdev string default\n"
"\n"
"# Optional password for grub, either in clear text\n"
"#d-i grub-installer/password password r00tme\n"