From 1549ef9fce8474bfda92884c30a849f6e3120476 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 18 Feb 2019 22:39:56 -0300 Subject: Change: make "getting started" example work This makes the minimal example presented in the "Getting started" section of the documentation actually produce a working VM image. --- vmdb2.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmdb2.mdwn b/vmdb2.mdwn index de09c75..a3a2a5d 100644 --- a/vmdb2.mdwn +++ b/vmdb2.mdwn @@ -81,6 +81,8 @@ instructions. A minimal specification file example: end: 100% tag: root + - kpartx: "{{ output }}" + - mkfs: ext4 partition: root @@ -93,10 +95,11 @@ instructions. A minimal specification file example: - apt: install packages: - linux-image-amd64 - tag: root-fs + tag: root - grub: bios tag: root + console: serial The above creates a four gigabyte file, creates a GPT partition table, a single partition, with a filesystem, and installs Debian release -- cgit v1.2.1