X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=simple-cdd%2Fsimple-cdd.conf;h=5432ae9c4c7277425d7ce14f76b32cf0df27affb;hb=6c7cd2221dcfed292d2b89d1c18d739323fc2a45;hp=fa330a7653d34997216bc375dc0ed59690182499;hpb=b3f3562f417f2983a7e0d0c2d5b54bb3bd9e94ab;p=debian6500.git diff --git a/simple-cdd/simple-cdd.conf b/simple-cdd/simple-cdd.conf index fa330a7..5432ae9 100644 --- a/simple-cdd/simple-cdd.conf +++ b/simple-cdd/simple-cdd.conf @@ -3,13 +3,15 @@ # 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=$(pwd) # Profiles to include on the CD profiles="trc6500" build_profiles="trc6500" auto_profiles="trc6500" -do_mirror="false" +do_mirror="true" +debian_mirror="ftp://integration2/debian" profiles_udeb_dist="wheezy" mirror_component="main" mirror_tools="wget" @@ -20,9 +22,10 @@ mirror_tools="wget" 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 +# 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}/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)" # added value export SPLASHPNG="${working_dir}/splash-thales.png"