summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-14 19:15:20 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-14 19:15:20 +0300
commitc57890d9845569537cf9b898123e1b9172c403ea (patch)
tree19eaafbc1a4f87149ee1e2c50fb2617d55de169b
parent495e3c6cc60efb770a6b64ff02fc9ce6fc1e2e9b (diff)
downloadv-i-c57890d9845569537cf9b898123e1b9172c403ea.tar.gz
Change: use UEFI
-rw-r--r--v-i.vmdb52
1 files changed, 26 insertions, 26 deletions
diff --git a/v-i.vmdb b/v-i.vmdb
index 59dd57b..904a2ad 100644
--- a/v-i.vmdb
+++ b/v-i.vmdb
@@ -6,33 +6,33 @@ steps:
- mkimg: "{{ output }}"
size: 4G
- # - mklabel: gpt
- # device: "{{ output }}"
-
- # - mkpart: primary
- # device: "{{ output }}"
- # start: 0%
- # end: 1G
- # part-tag: efi-part
-
- # - mkpart: primary
- # device: "{{ output }}"
- # start: 1G
- # end: 100%
- # part-tag: root-part
-
- # - mkfs: vfat
- # partition: efi-part
-
- - mklabel: msdos
+ - mklabel: gpt
device: "{{ output }}"
- mkpart: primary
device: "{{ output }}"
start: 0%
+ end: 1G
+ part-tag: efi-part
+
+ - mkpart: primary
+ device: "{{ output }}"
+ start: 1G
end: 100%
part-tag: root-part
+ - mkfs: vfat
+ partition: efi-part
+
+ # - mklabel: msdos
+ # device: "{{ output }}"
+
+ # - mkpart: primary
+ # device: "{{ output }}"
+ # start: 0%
+ # end: 100%
+ # part-tag: root-part
+
- mkfs: ext4
partition: root-part
@@ -71,12 +71,12 @@ steps:
- ansible: root-fs
playbook: v-i.yml
- - grub: bios
- root-fs: root-fs
- root-part: root-part
- device: "{{ output }}"
-
- # - grub: uefi
+ # - grub: bios
# root-fs: root-fs
# root-part: root-part
- # efi-part: efi-part
+ # device: "{{ output }}"
+
+ - grub: uefi
+ root-fs: root-fs
+ root-part: root-part
+ efi-part: efi-part