update to Debian 12
[debian6500.git] / simple-cdd / simple-cdd.conf
index 5432ae9c4c7277425d7ce14f76b32cf0df27affb..733613b192e8bb542c326a79a79118dd45482e1f 100644 (file)
@@ -2,7 +2,7 @@
 
 # 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"
+#working_dir="/home/trc6500/cdd-attempt"
 working_dir=$(pwd)
 
 # Profiles to include on the CD
@@ -11,10 +11,11 @@ build_profiles="trc6500"
 auto_profiles="trc6500"
 
 do_mirror="true"
-debian_mirror="ftp://integration2/debian"
-profiles_udeb_dist="wheezy"
-mirror_component="main"
-mirror_tools="wget"
+#debian_mirror="ftp://integration2/debian"
+debian_mirror="ftp://ftp.fr.debian.org/debian/"
+profiles_udeb_dist="bookworm"
+mirror_component="main non-free-firmware"
+#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.
 
@@ -24,8 +25,8 @@ local_packages="${working_dir}/local_packages"
 # we'll unpack that during install
 # for now, this includes : myrc.local, TRC6500.pub, local_packages/firmware-bnx2, and the deb package with all the master files
 # 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.gz,${working_dir}/myrc.local,${working_dir}/TRC6500.pub,${working_dir}/local_packages/firmware-bnx2_0.36+wheezy.1_all.deb"
-all_extras="${working_dir}/myrc.local,${working_dir}/TRC6500.pub,${working_dir}/local_packages/firmware-bnx2_0.36+wheezy.1_all.deb, $(find ${working_dir}/.. -maxdepth 1 -name trc6500-master-file\*.deb|sort|tail -1)"
+#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"
+all_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)"
 
 # added value
 export SPLASHPNG="${working_dir}/splash-thales.png"