diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2022-03-16 15:49:07 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2022-03-16 15:49:07 +0900 |
commit | d6532ad9f6d6317ec3a235148fb4458ec45bb419 (patch) | |
tree | 58d89bb59f47b799a979985c4b203819e22a637a /roles/mount-iso | |
parent | ad998a841d5679a5fb7040f9bfd380e30571dc37 (diff) | |
download | vyos-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.yml | 2 |
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 |