summaryrefslogtreecommitdiff
path: root/roles/mount-iso
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2022-03-16 15:49:07 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2022-03-16 15:49:07 +0900
commitd6532ad9f6d6317ec3a235148fb4458ec45bb419 (patch)
tree58d89bb59f47b799a979985c4b203819e22a637a /roles/mount-iso
parentad998a841d5679a5fb7040f9bfd380e30571dc37 (diff)
downloadvyos-vm-images-d6532ad9f6d6317ec3a235148fb4458ec45bb419.tar.gz
vyos-vm-images-d6532ad9f6d6317ec3a235148fb4458ec45bb419.zip
T4278: Use overlayfs instead of aufs
Diffstat (limited to 'roles/mount-iso')
-rw-r--r--roles/mount-iso/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/mount-iso/tasks/main.yml b/roles/mount-iso/tasks/main.yml
index 6e6b09d..6439b15 100644
--- a/roles/mount-iso/tasks/main.yml
+++ b/roles/mount-iso/tasks/main.yml
@@ -6,6 +6,7 @@
fstype: iso9660
opts: loop,ro
state: mounted
+ boot: no
- name: Verify checksums of all the files in the ISO image
command: md5sum -c md5sum.txt
@@ -21,3 +22,4 @@
fstype: squashfs
opts: loop,ro
state: mounted
+ boot: no