From 784e22d4bf7e32e8f94224e544a3923206291c07 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 11 Feb 2015 16:43:31 +0000 Subject: Update preseed grub-style partition name from grub1 style (hd0,0) to grub2 style (hd0,1) --- pt_BR/appendix/preseed.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pt_BR') diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml index 560d038b2..4ce09e341 100644 --- a/pt_BR/appendix/preseed.xml +++ b/pt_BR/appendix/preseed.xml @@ -1339,9 +1339,9 @@ d-i grub-installer/with_other_os boolean true # uncomment and edit these lines: #d-i grub-installer/only_debian boolean false #d-i grub-installer/with_other_os boolean false -#d-i grub-installer/bootdev string (hd0,0) +#d-i grub-installer/bootdev string (hd0,1) # To install grub to multiple disks: -#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0) +#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1) # Optional password for grub, either in clear text #d-i grub-installer/password password r00tme -- cgit v1.2.3