X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=blobdiff_plain;f=configs%2Fdebxo-xfce%2Fhooks;fp=configs%2Fdebxo-xfce%2Fhooks;h=d7dff81702fe706ef9acb613b2597caaa10befde;hp=bb3a3b84105da9eda37039e676b2f38618ab4be6;hb=799c87416c5aac25ce1bc4a4e34de728b5fee0fe;hpb=a0aafd44e79da08f465ad19230e61e1092c466ba diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index bb3a3b8..d7dff81 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -92,6 +92,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()