forked from commontorizon/meta-common-torizon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request commontorizon#38 from rborn-tx/TOR-3391
Make /etc transient on the secure boot image
- Loading branch information
Showing
17 changed files
with
34 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
...tended/ostree/ostree-2024.1/0001-Expose-MOUNT_ATTR_IDMAP-detection-result-to-C-code.patch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Configuration that goes into prepare-root.conf (see ostree-prepare-root manual): | ||
# | ||
# - PREP_ROOT_ETC_TRANSIENT: whether /etc is transient ("true" or "false") | ||
# - PREP_ROOT_CFS_ENABLED: enabling of composefs ("yes", "no", "maybe" or "signed") | ||
# | ||
PREP_ROOT_ETC_TRANSIENT ?= "true" | ||
PREP_ROOT_CFS_ENABLED ?= "no" | ||
PREP_ROOT_CFS_ENABLED:cfs-support ?= "yes" | ||
PREP_ROOT_CFS_ENABLED:cfs-signed ?= "signed" | ||
|
||
write_prepare_root_config() { | ||
local outfile="${1?Output file name required}" | ||
|
||
cat >${outfile} <<EOF | ||
[etc] | ||
transient = ${PREP_ROOT_ETC_TRANSIENT} | ||
|
||
[composefs] | ||
enabled = ${PREP_ROOT_CFS_ENABLED} | ||
EOF | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
...ort/composefs-tools/files/0001-configure.ac-disable-Werror-unused-result-temporaril.patch
This file was deleted.
Oops, something went wrong.