Skip to content
Snippets Groups Projects
Commit e514e685 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

guest-overlay: use squashfs and only pam mount

parent 5156ccf3
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 4 deletions
......@@ -15,6 +15,10 @@
<!-- Volume definitions -->
<volume sgrp="gast" fstype="squashfs" path="/guests/provision.squashfs" mountpoint="/guests/provision" options="noatime,ro,loop" />
<volume sgrp="gast" fstype="tmpfs" path="tmpfs" mountpoint="/guests/temporary" options="noatime,noexec,rw" />
<volume path="none" sgrp="gast" fstype="aufs" mountpoint="/guests/home" options="br:/guests/temporary=rw:/guests/provision=ro,udba=reval" />
<!-- pam_mount parameters: General tunables -->
......@@ -41,5 +45,6 @@
<mkmountpoint enable="1" remove="true" />
<umount>umount -l %(MNTPT)</umount>
</pam_mount>
/usr/local/share/schrank/schrank.desktop
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment