X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=blobdiff_plain;f=configs%2Fdebxo-xfce%2Fhooks;h=25cda8a18884defdb0ae703044f1fad1d7cc5786;hp=bb3a3b84105da9eda37039e676b2f38618ab4be6;hb=69eddf3b30825ff1f797b58d741e8d920dc0b9f6;hpb=807e5fc0ced78846d8aed8bfa31817b6d8f8bd2d diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index bb3a3b8..25cda8a 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.mit.edu/~dilinger/debxo-0.6/linux-image-2.6.37-rc1+_2.6.37-rc1+-47_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) @@ -92,6 +91,18 @@ EOF sed --in-place "s/NODM_ENABLED=.*$/NODM_ENABLED=true/" ${F} fi + # configure wicd + F=${ROOT_DIR}/etc/wicd/manager-settings.conf + # there's no actual config file in the package; it's autocreated or something. ugh. + cp wicd-manager-settings.conf ${F} +# if [ -f ${F} ]; then +# sed --in-place "s/wireless_interface =.*$/wireless_interface = wlan0/" ${F} +# sed --in-place "s/wired_inferface =.*$/wired_interface = eth0/" ${F} +# # auto-connect to wired +# sed --in-place "s/prefer_wired =.*$/prefer_wired = True/" ${F} +# sed --in-place "s/wired_connect_mode =.*$/wired_connect_mode = 0/" ${F} +# fi + } cleanup_chroot_hook()