summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot-private.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-06-02 09:27:52 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-02 14:11:58 +0000
commitcad42d960150db19bfaa518a06cea1febeb8fb58 (patch)
treecbae57dc596abf1dd0de0c483f96cc545c8bea9d /src/libostree/ostree-sysroot-private.h
parent2fdbdd4b2f2b13b3b99cb2ef993e56445a5d1550 (diff)
downloadostree-cad42d960150db19bfaa518a06cea1febeb8fb58.tar.gz
Revert "Add a notion of "physical" sysroot, use for remote writing"
This reverts commit 1eff3e83436b6129c0dc350dbbda52ba330e3834. There are a few issues with it. It's not a critical thing for now, so let's ugly up the git history and revisit when we have time to debug it and add more tests. Besides the below issue, I noticed that the simple `ostree remote add` now writes to `/ostree/repo/config` because we *aren't* using the `--sysroot` argument. Closes: https://github.com/ostreedev/ostree/issues/901 Closes: #902 Approved by: mike-nguyen
Diffstat (limited to 'src/libostree/ostree-sysroot-private.h')
-rw-r--r--src/libostree/ostree-sysroot-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libostree/ostree-sysroot-private.h b/src/libostree/ostree-sysroot-private.h
index 82abc8e7..14ee5cad 100644
--- a/src/libostree/ostree-sysroot-private.h
+++ b/src/libostree/ostree-sysroot-private.h
@@ -48,8 +48,7 @@ struct OstreeSysroot {
GLnxLockFile lock;
gboolean loaded;
-
- gboolean is_physical; /* TRUE if we're pointed at physical storage root and not a deployment */
+
GPtrArray *deployments;
int bootversion;
int subbootversion;