# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: target/rescue/config.in # Copyright (C) 2006 - 2008 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- #Description: T2 Test SDECFGSET_PKGFILE_TYPE='none' SDECFGSET_IMAGE=initrd SDECFGSET_DO_REBUILD_STAGE=0 SDECFGSET_DISABLE_NLS=1 # space saving SDECFGSET_OPT='size' SDECFGSET_LIBC='glibc' SDECFGSET_INIT='minit' SDECFGSET_DIETLIBC_fgetty='1' SDECFGSET_DIETLIBC_mininet='1' cust_pkgfilter() { sed -e " # mangle all packages to only build them in the cross stage (1) #s,^. \(.\)[^ ]*,X \11--------,; # and the toolchain just very selective #/ automake / { s,^. [^ ]*,X 0---------,; p; d; } #/ libtool / { s,^. [^ ]*,X 0---------,; p; d; } / texinfo / { s,^. [^ ]*,X 0---------,; p; d; } / binutils / { s,^. [^ ]*,X 01--------,; p; d; } / gcc / { s,^. [^ ]*,X 01--------,; p; d; } / dietlibc / { s,^. [^ ]*,X 01--------,; p; d; } # the rest as selected via pkgsel rules " } pkgfilter cust_pkgfilter