forked from rosa/hakurei
cmd/app: use ephemeral overlay root
This replaces autoroot. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
+1
-1
@@ -55,8 +55,8 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) {
|
|||||||
Target: fhs.AbsRoot,
|
Target: fhs.AbsRoot,
|
||||||
Lower: []*check.Absolute{
|
Lower: []*check.Absolute{
|
||||||
base.Append("template", "initial"),
|
base.Append("template", "initial"),
|
||||||
base.Append("template", "upper"),
|
|
||||||
},
|
},
|
||||||
|
Upper: base.Append("template", "upper"),
|
||||||
}},
|
}},
|
||||||
{FilesystemConfig: &hst.FSBind{
|
{FilesystemConfig: &hst.FSBind{
|
||||||
Target: home,
|
Target: home,
|
||||||
|
|||||||
+1
-1
@@ -75,8 +75,8 @@ talk com.canonical.Unity
|
|||||||
Target: fhs.AbsRoot,
|
Target: fhs.AbsRoot,
|
||||||
Lower: []*check.Absolute{
|
Lower: []*check.Absolute{
|
||||||
base.Append("template", "initial"),
|
base.Append("template", "initial"),
|
||||||
base.Append("template", "upper"),
|
|
||||||
},
|
},
|
||||||
|
Upper: base.Append("template", "upper"),
|
||||||
}},
|
}},
|
||||||
{FilesystemConfig: &hst.FSBind{
|
{FilesystemConfig: &hst.FSBind{
|
||||||
Target: hst.AbsPrivateTmp.Append("home"),
|
Target: hst.AbsPrivateTmp.Append("home"),
|
||||||
|
|||||||
Reference in New Issue
Block a user