diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-02-11 16:43:31 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-02-11 16:43:31 +0000 |
commit | 784e22d4bf7e32e8f94224e544a3923206291c07 (patch) | |
tree | 325cb0642ce128637204580804c27bb2652abc8b /po/ko | |
parent | df5d1f71b80bcb56c9ee837979c5321cbc4efc51 (diff) | |
download | installation-guide-784e22d4bf7e32e8f94224e544a3923206291c07.zip |
Update preseed grub-style partition name from grub1 style (hd0,0) to grub2
style (hd0,1)
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/preseed.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po index ba742df7c..3c772e0c3 100644 --- a/po/ko/preseed.po +++ b/po/ko/preseed.po @@ -2698,9 +2698,9 @@ msgid "" "# uncomment and edit these lines:\n" "#d-i grub-installer/only_debian boolean false\n" "#d-i grub-installer/with_other_os boolean false\n" -"#d-i grub-installer/bootdev string (hd0,0)\n" +"#d-i grub-installer/bootdev string (hd0,1)\n" "# To install grub to multiple disks:\n" -"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\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" @@ -2737,9 +2737,9 @@ msgstr "" "# 줄의 주석을 지우고 편집하십시오:\n" "#d-i grub-installer/only_debian boolean false\n" "#d-i grub-installer/with_other_os boolean false\n" -"#d-i grub-installer/bootdev string (hd0,0)\n" +"#d-i grub-installer/bootdev string (hd0,1)\n" "# GRUB을 여러 개 디스크에 설치하려면:\n" -"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n" +"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n" "# GRUB을 특정 장치에 설치하려면:\n" "#d-i grub-installer/bootdev string /dev/sda\n" "# GRUB을 첫번째 장치에 설치하려면:\n" |