mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-11 20:58:45 +03:00
switchroot: Move a define into library too
This commit is contained in:
parent
95f4bb6dfe
commit
d8f03c63a7
@ -67,6 +67,8 @@ ComposefsConfig *otcore_load_composefs_config (GKeyFile *config, GError **error)
|
||||
// we make it with mode 0 (which requires CAP_DAC_OVERRIDE to pass through).
|
||||
#define OTCORE_RUN_OSTREE_PRIVATE "/run/ostree/.private"
|
||||
|
||||
#define PREPARE_ROOT_CONFIG_PATH "ostree/prepare-root.conf"
|
||||
|
||||
// The directory holding extra/backing data for a deployment, such as overlayfs workdirs
|
||||
#define OSTREE_DEPLOYMENT_BACKING_DIR "backing"
|
||||
// The directory holding the root overlayfs
|
||||
|
@ -76,8 +76,6 @@
|
||||
#include "ot-keyfile-utils.h"
|
||||
#include "otcore.h"
|
||||
|
||||
#define PREPARE_ROOT_CONFIG_PATH "ostree/prepare-root.conf"
|
||||
|
||||
#define SYSROOT_KEY "sysroot"
|
||||
#define READONLY_KEY "readonly"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user