diskimage-builder/elements/vm/README.md
Lucas Alvares Gomes 5dd6c4a834 Extlinux fallback
If GRUB2 is not available in the system a fallback to install Extlinux
will happen. This patch also allows you to enforce the use of Extlinux
exporting the DIB_EXTLINUX variable.

Change-Id: I88fa792a0bd19cacca167134f2054b11c807a451
2013-08-27 11:14:44 +01:00

337 B

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.