diff options
Diffstat (limited to 'i486-stage2/template/DESCR')
-rw-r--r-- | i486-stage2/template/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i486-stage2/template/DESCR b/i486-stage2/template/DESCR index cb3d05e..8a84b3a 100644 --- a/i486-stage2/template/DESCR +++ b/i486-stage2/template/DESCR @@ -18,3 +18,7 @@ NOPARALLEL_BUILD=0 # some packages generate additional package files to install # (for example util-linux also has a libutil-linux) ADDITIONAL_INSTALL_PACKAGE= + +# FORCE_INSTALL = 0 | 1 +# per default packages should not be forced. +FORCE_INSTALL=1 |