Skip to content
Snippets Groups Projects
Commit bd3ba168 authored by Hinrikus Wolf's avatar Hinrikus Wolf Committed by Thomas Schneider
Browse files

guest-overlay: use squashfs and only pam mount

parent c98908a2
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 4 deletions
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
<!-- Volume definitions --> <!-- 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" /> <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 --> <!-- pam_mount parameters: General tunables -->
...@@ -41,5 +45,6 @@ ...@@ -41,5 +45,6 @@
<mkmountpoint enable="1" remove="true" /> <mkmountpoint enable="1" remove="true" />
<umount>umount -l %(MNTPT)</umount>
</pam_mount> </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