update to Debian 12
[debian6500.git] / simple-cdd / simple-cdd.conf
CommitLineData
9c7f26be
OL
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
f5f2b8a0 5#working_dir="/home/trc6500/cdd-attempt"
d4232c5c 6working_dir=$(pwd)
9c7f26be
OL
7
8# Profiles to include on the CD
9profiles="trc6500"
10build_profiles="trc6500"
11auto_profiles="trc6500"
12
d4232c5c 13do_mirror="true"
f5f2b8a0
ML
14#debian_mirror="ftp://integration2/debian"
15debian_mirror="ftp://ftp.fr.debian.org/debian/"
16profiles_udeb_dist="bookworm"
17mirror_component="main non-free-firmware"
18#mirror_tools="wget"
9c7f26be
OL
19# 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.
20# 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.
21
22# Packages that couldn't be included in the /tmp mirror, so we put them there instead
23local_packages="${working_dir}/local_packages"
24
25# we'll unpack that during install
e043b5aa 26# for now, this includes : myrc.local, TRC6500.pub, local_packages/firmware-bnx2, and the deb package with all the master files
9c7f26be 27# 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.
f5f2b8a0
ML
28#all_extras="${working_dir}/master.tar.gz,${working_dir}/myrc.local,${working_dir}/TRC6500.pub,${working_dir}/local_packages/firmware-bnx2_20230210-5_all.deb"
29all_extras="${working_dir}/myrc.local,${working_dir}/TRC6500.pub,${working_dir}/local_packages/firmware-bnx2_20230210-5_all.deb, $(find ${working_dir}/.. -maxdepth 1 -name trc6500-master-file\*.deb|sort|tail -1)"
9c7f26be
OL
30
31# added value
32export SPLASHPNG="${working_dir}/splash-thales.png"