Changeset 93957 in vbox
- Timestamp:
- Feb 25, 2022 5:51:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/ubuntu_preseed.cfg
r87895 r93957 66 66 d-i grub-installer/only_debian boolean true 67 67 68 @@VBOX_COND[${GUEST_OS_VERSION} vge 14.04 && ${GUEST_OS_VERSION} vle 15.04]@@ 68 69 # Due notably to potential USB sticks, the location of the MBR can not be 69 70 # determined safely in general, so this needs to be specified: 70 #d-i grub-installer/bootdev string /dev/sda 71 # grub-install fails on [14.04.0, 15.04] by complaining "not being able to find default". 72 # pointing it to /dev/sda gets around that problem. 73 d-i grub-installer/bootdev string /dev/sda 74 @@VBOX_COND_ELSE@@ 71 75 # To install to the first device (assuming it is not a USB stick): 72 76 d-i grub-installer/bootdev string default 77 @@VBOX_COND_END@@ 73 78 74 79 d-i finish-install/reboot_in_progress note … … 91 96 # Seems this doesn't make any difference, so why bother. 92 97 #ubiquity ubiquity/download_updates boolean false 93
Note:
See TracChangeset
for help on using the changeset viewer.