Index: trunk/ubuntu/autoinstall/common.cfg |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | d-i grub-installer/with_other_os boolean true |
13 | 13 | #d-i grub-installer/grub2_instead_of_grub_legacy boolean false |
14 | 14 | d-i grub-installer/bootdev string /dev/sda |
| 15 | +d-i debian-installer/add-kernel-opts string rootdelay=90 |
15 | 16 | |
16 | 17 | # Avoid that last message about the install being complete. |
17 | 18 | d-i prebaseconfig/reboot_in_progress note |