From 56cf91f627d4c087ba3766381959d6cf20ea4715 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Thu, 27 Apr 2023 11:51:29 +0000 Subject: [PATCH] Update building.md. --- BUILDING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 7d57b777a..24566cf91 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -147,10 +147,12 @@ JELOS supports various build variables which alter the behavior of the distribut |Build Option|Setting|Function| |----|----|----| -|EMULATION_DEVICE|true|Builds EmulationStation and all emulators, builds EmulationStation and NO emulators if false.| -|ENABLE_32BIT|true|Builds a 32bit root and includes it in the image. Needed for 32bit cores and applications.| -|BASE_ONLY|false|Builds only the bare minimum packages, includes Weston on supported devices. Does not build EmulationStation.| -|CONTAINER_SUPPORT|false|Builds support for running containers on JELOS| +|EMULATION_DEVICE|yes|Builds EmulationStation and all emulators, builds EmulationStation and NO emulators if false.| +|ENABLE_32BIT|yes|Builds a 32bit root and includes it in the image. Needed for 32bit cores and applications.| +|BASE_ONLY|false1|Builds only the bare minimum packages, includes Weston on supported devices. Does not build EmulationStation.| +|CONTAINER_SUPPORT|no|Builds support for running containers on JELOS| + +> Note: 1 this property will change to yes/no for consistency in a future release. ### Special env variables For development build, you can use the following env variables to customize the image. Some of them can be included in your `.bashrc` startup shell script.