From 57ce68acdb6a1341ab077d0bb0da5be6882f9469 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 10 Jul 2006 18:27:39 +0000 Subject: [PATCH] * added a comment on the hack at FOOTPRINT.conf which flats all the stages into stage 1 --- pkgsel/Base/FOOTPRINT.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgsel/Base/FOOTPRINT.conf b/pkgsel/Base/FOOTPRINT.conf index 0e8f82b..6aa7759 100644 --- a/pkgsel/Base/FOOTPRINT.conf +++ b/pkgsel/Base/FOOTPRINT.conf @@ -17,6 +17,7 @@ case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in embedded|light) SDECFGSET_DISABLE_NLS=1 const SDECFG_DISABLE_NLS 1 + # keep stage 0 and flat everything else to stage 1 pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,' ;; esac -- 2.11.4.GIT