diskimage-builder/elements/vm
Kiall Mac Innes 572b8b2b13 VM element: Enable serial console on Debian
Debian based distros do not enable the serial console by default
in grub.cfg, instead sending all boot messages to the display

Change-Id: I0e80859198e77862ab0301ab27ebe11702fba09d
2014-06-25 14:13:49 +00:00
..
block-device.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
cleanup.d Refactor code to select boot kernel 2014-06-13 11:46:39 +05:30
finalise.d VM element: Enable serial console on Debian 2014-06-25 14:13:49 +00:00
README.md Fix spelling error in "vm" element README.md 2014-03-03 09:58:12 -08:00

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 by exporting a DIB_EXTLINUX variable to the environment.