* updated klickety (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / target / rescue / config.in
blob6e1656a6d6ddef9718716e7126d909f4862c4e69
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: target/rescue/config.in
5 # Copyright (C) 2006 - 2008 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #Description: T2 Rescue
17 choice SDECFG_TARGET_RESCUE_STYLE livecd \
18         livecd  'A bootable Live CD/DVD .iso' \
19         initrd  'A network bootable initrd'
21 SDECFGSET_PKGFILE_TYPE='none'
22 SDECFGSET_IMAGE=$SDECFG_TARGET_RESCUE_STYLE
24 SDECFGSET_DO_REBUILD_STAGE=0
25 SDECFGSET_DISABLE_NLS=1
27 # space saving
28 SDECFGSET_OPT='size'
29 SDECFGSET_LIBC='glibc'
30 SDECFGSET_INIT='minit'
32 SDECFGSET_DIETLIBC_fgetty='1'
33 SDECFGSET_DIETLIBC_mininet='1'
35 cust_pkgfilter() {
36         sed -e "
37 # mangle all packages to only build them in the cross stage (1)
38 #s,^. \(.\)[^ ]*,X \11--------,;
40 # and the toolchain just very selective
41 #/ automake /           { s,^. [^ ]*,X 0---------,; p; d; }
42 #/ libtool /            { s,^. [^ ]*,X 0---------,; p; d; }
43 / texinfo /             { s,^. [^ ]*,X 0---------,; p; d; }
44 / binutils /            { s,^. [^ ]*,X 01--------,; p; d; }
45 / gcc /                 { s,^. [^ ]*,X 01--------,; p; d; }
46 / dietlibc /            { s,^. [^ ]*,X 01--------,; p; d; }
48 # the rest as selected via pkgsel rules
51 pkgfilter cust_pkgfilter