X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configs%2Fdebxo-kde%2Fhooks;h=ea636f9e46ef0749fe3b69347325432380bb82f7;hb=ceb39537121cd24b0c3d212857a4e2879cbb6076;hp=03a73baf29fa4cdeaaed12ad6bb14b59751e35ba;hpb=eedfdd4024f1e559d21571f5802dc6d0b2f4c7dc;p=xodist diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index 03a73ba..ea636f9 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -24,7 +24,10 @@ 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 ). mkdir ${ROOT_DIR}/var/cache/apt/cache @@ -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,13 +67,16 @@ scx200_acb i8042 olpc_battery msr +EOF + + # UBIFS needs this + cat >>${ROOT_DIR}/etc/initramfs-tools/modules<