7da1425438
52-force-text-mode-console, running after 51-bootloader, calls grub2-mkconfig (on Ubuntu that will happen via the update-grub call). This call will overwrite all the changes that 51-bootloader did to the grub.cfg. By merging the 52-force-text-mode-console code into 51-bootloader we avoid that. This also means that 51-bootloader will now call grub2-mkconfig regardless of whether there is already and existing grub2 configuration or not (52-force-text-mode-console did that in the past anyway). Additionally this commit enables the force to textmode code for openSUSE (was previously only working correctly for Ubuntu and Fedora). Closes-Bug: #1260323 Change-Id: Ida8e1a69df22d41ad70eb7154707c50613b536a8 |
||
---|---|---|
.. | ||
block-device.d | ||
finalise.d | ||
README.md |
Sets up a partitioned disk (rather than building just one filesystem with no partition table).
By default the disk will have grub[2]-install run on it, in case GRUB2 is not available in the system a fallback to Extlinux will happen. It's also possible to enforce the use of Extlinux exporting a DIB_EXTLINUX varible to the environment.