Introduction of installer-making tool simple-cdd
[debian6500.git] / simple-cdd / simple-cdd.conf
diff --git a/simple-cdd/simple-cdd.conf b/simple-cdd/simple-cdd.conf
new file mode 100644 (file)
index 0000000..ac0a142
--- /dev/null
@@ -0,0 +1,28 @@
+# simple-cdd configuration file
+
+# normally we should use the built-in simple_cdd_dir but I have doubts.. Let's use this.
+# you'll probably want to change that
+working_dir="/home/trc6500/cdd-attempt"
+
+# Profiles to include on the CD
+profiles="trc6500"
+build_profiles="trc6500"
+auto_profiles="trc6500"
+
+do_mirror="false"
+profiles_udeb_dist="wheezy"
+mirror_component="main"
+mirror_tools="wget"
+# 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.
+# 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.
+
+# Packages that couldn't be included in the /tmp mirror, so we put them there instead
+local_packages="${working_dir}/local_packages"
+
+# we'll unpack that during install
+# for now, this includes : master.tar, myrc.local, TRC6500.pub, local_packages/firmware-bnx2
+# 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.
+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"
+
+# added value
+export SPLASHPNG="${working_dir}/splash-thales.png"