getswitchtemp fix
[debian6500.git] / simple-cdd / simple-cdd.conf
1 # simple-cdd configuration file
2
3 # normally we should use the built-in simple_cdd_dir but I have doubts.. Let's use this.
4 # you'll probably want to change that
5 working_dir="/home/trc6500/cdd-attempt"
6
7 # Profiles to include on the CD
8 profiles="trc6500"
9 build_profiles="trc6500"
10 auto_profiles="trc6500"
11
12 do_mirror="false"
13 profiles_udeb_dist="wheezy"
14 mirror_component="main"
15 mirror_tools="wget"
16 # default for mirror_tools is "wget reprepro". However, if we use reprepro, build-simple-cdd doesn't read the local_packages option, because it assumes reprepro has already built those into the mirror. But we're not building the mirror here, so we never actually get them. If we disable reprepro, it will actually look into local_packages.
17 # Note that all this was because we were using the previously-built mirror in ./tmp instead of being connected to a repository like we'd normally do. If you don't do that just delete those things.
18
19 # Packages that couldn't be included in the /tmp mirror, so we put them there instead
20 local_packages="${working_dir}/local_packages"
21
22 # we'll unpack that during install
23 # for now, this includes : master.tar, myrc.local, TRC6500.pub, local_packages/firmware-bnx2
24 # additionally, the bnx2 firmware is there because it resists being added to local_packages for some odd reason. So we'll install it by hand.
25 all_extras="${working_dir}/master.tar,${working_dir}/myrc.local,${working_dir}/TRC6500.pub,${working_dir}/local_packages/firmware-bnx2_0.36+wheezy.1_all.deb"
26
27 # added value
28 export SPLASHPNG="${working_dir}/splash-thales.png"