switchroot: Move a define into library too

This commit is contained in:
Colin Walters 2024-02-08 19:35:17 -05:00
parent 95f4bb6dfe
commit d8f03c63a7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"