summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 77b6253..67708f7 100644
--- a/README
+++ b/README
@@ -75,6 +75,14 @@ VIRTUAL-RUNTIME_init_manager = "systemd"
75DISTRO_FEATURES_BACKFILL_CONSIDERED = "" 75DISTRO_FEATURES_BACKFILL_CONSIDERED = ""
76 76
77 77
78Enable labeling on first boot
79----------------------------
80By default, the system will label selinux contexts during build. To enable
81labeling on first boot. Set FIRST_BOOT_RELABEL to 1 in local.conf:
82
83FIRST_BOOT_RELABEL = "1"
84
85
78Starting up the system 86Starting up the system
79---------------------- 87----------------------
80Most likely the reference policy selected will not just work "out of the box". 88Most likely the reference policy selected will not just work "out of the box".