]> spindle.queued.net Git - xodist/blobdiff - configs/debxo-sugar/hooks
debxo: properly drop backports archive.key installation
[xodist] / configs / debxo-sugar / hooks
index 7e14625868df7326e99c1705d46abf37c61e5b69..f7657ae048a8f0851a411ce1cf43dcc4f1676ccb 100644 (file)
@@ -44,9 +44,6 @@ Dir {
        };
 };
 EOF
-
-       # add archive key for lenny-backports
-       wget -O - http://backports.org/debian/archive.key | (chroot ${ROOT_DIR} apt-key add -)
 }
 
 package_configure_hook()
@@ -67,11 +64,16 @@ scx200_acb
 i8042
 olpc_battery
 msr
+EOF
+
+       # UBIFS needs this
+       cat >>${ROOT_DIR}/etc/initramfs-tools/modules<<EOF
+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.4/linux-2.6.25.15_2.6.25.15-165_i386.deb"
+ http://lunge.mit.edu/~dilinger/debxo-0.6/linux-image-2.6.37-rc1+_2.6.37-rc1+-47_i386.deb"
        mkdir -p cache
        for i in $k; do
                pkg=$(basename ${i})