summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-16 09:36:35 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-16 09:36:35 +0200
commit40761ef9e7597d34deebccd71c79dc0989ea046d (patch)
tree19c0883b2c4412839efb0f8c99bb412c51e8a1a5
parentd50891e2cd9312dce9dcf96fc27d753942aac19b (diff)
downloadvmdb2-40761ef9e7597d34deebccd71c79dc0989ea046d.tar.gz
Add: fstab step to sample vmdb files
-rw-r--r--ansible.vmdb2
-rw-r--r--pc.vmdb2
-rw-r--r--smoke-pc.vmdb2
-rw-r--r--smoke-uefi.vmdb2
-rw-r--r--uefi.vmdb2
5 files changed, 10 insertions, 0 deletions
diff --git a/ansible.vmdb b/ansible.vmdb
index ac1081d..c6b7f85 100644
--- a/ansible.vmdb
+++ b/ansible.vmdb
@@ -45,5 +45,7 @@ steps:
- ansible: /
playbook: ansible.yml
+ - fstab: /
+
- grub: bios
tag: /
diff --git a/pc.vmdb b/pc.vmdb
index b8bd8b5..a221861 100644
--- a/pc.vmdb
+++ b/pc.vmdb
@@ -41,5 +41,7 @@ steps:
shell: |
apt -y install python
+ - fstab: /
+
- grub: bios
tag: /
diff --git a/smoke-pc.vmdb b/smoke-pc.vmdb
index 1d09e23..95eecbc 100644
--- a/smoke-pc.vmdb
+++ b/smoke-pc.vmdb
@@ -46,6 +46,8 @@ steps:
sed -i '/^root:[^:]*:/s//root::/' /etc/passwd
echo pc-vmdb2 > /etc/hostname
+ - fstab: rootfs
+
- grub: bios
tag: rootfs
console: serial
diff --git a/smoke-uefi.vmdb b/smoke-uefi.vmdb
index feabac0..0bb7db9 100644
--- a/smoke-uefi.vmdb
+++ b/smoke-uefi.vmdb
@@ -49,6 +49,8 @@ steps:
sed -i '/^root:[^:]*:/s//root::/' /etc/passwd
echo pc-vmdb2 > /etc/hostname
+ - fstab: rootfs
+
- grub: uefi
tag: rootfs
efi: efifs
diff --git a/uefi.vmdb b/uefi.vmdb
index 6614b73..0f20041 100644
--- a/uefi.vmdb
+++ b/uefi.vmdb
@@ -46,6 +46,8 @@ steps:
- cache-rootfs: /
unless: rootfs_unpacked
+ - fstab: /
+
- grub: uefi
tag: /
efi: efi