]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-lxde/hooks
debxo: update kernel to 2.6.37-rc4+
[xodist] / configs / debxo-lxde / hooks
index 66bb63a7ffb5d77084e2df36a05ffb1cc2f16d7c..d72a3d635ea59b00130c347cf3b3b6ef8eb7bd3a 100644 (file)
@@ -60,7 +60,7 @@ 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"
+ http://lunge.mit.edu/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_i386.deb"
        mkdir -p cache
        for i in $k; do
                pkg=$(basename ${i})
@@ -94,13 +94,15 @@ EOF
 
        # configure wicd
        F=${ROOT_DIR}/etc/wicd/manager-settings.conf
-       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
+       # 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
 
 }