2189b627de
Reference to ${GRUB_OPTS:""} in 'vm' element causes syntax error if GRUB_OPTS is set. Fix by changing to ${GRUB_OPTS:-""}. Change-Id: Iae3ee8b7c4064c92d0cfc1b5a8caa22e53d6d112 |
||
---|---|---|
.. | ||
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.