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 /it/appendix/preseed.xml | |
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 'it/appendix/preseed.xml')
-rw-r--r-- | it/appendix/preseed.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index 24a05130e..846fc1f99 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -2591,11 +2591,11 @@ d-i grub-installer/with_other_os boolean true # MBR, scommentare ed editare queste linee: #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: --># Per installare grub su piĆ¹ dischi: -#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0) +#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1) <!-- # To install to a particular device: --># Per installare su un device particolare: |