X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configs%2Fdebxo-awesome%2Fhooks;h=5408e63d1cfe8d1d314a535fb0cdc72f196187d3;hb=ceb39537121cd24b0c3d212857a4e2879cbb6076;hp=0af18b5de94f2ff821f31b8b0d60bfdcb298c24a;hpb=ca2365142399dfdfcda74671132c7ae6d027d8df;p=xodist diff --git a/configs/debxo-awesome/hooks b/configs/debxo-awesome/hooks index 0af18b5..5408e63 100644 --- a/configs/debxo-awesome/hooks +++ b/configs/debxo-awesome/hooks @@ -24,6 +24,9 @@ customize_chroot_hook() # put here. $ROOT_DIR should be prefixed to any paths. mkdir ${ROOT_DIR}/ofw + + # OFW needs this to boot w/ partitions + ln -s . ${ROOT_DIR}/boot/boot # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs # (see ). @@ -42,7 +45,8 @@ 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() @@ -63,14 +67,16 @@ scx200_acb i8042 olpc_battery msr +EOF + + # UBIFS needs this + cat >>${ROOT_DIR}/etc/initramfs-tools/modules<