X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configs%2Fdebxo-kde%2Fhooks;h=527126ad6e2165db639df092a93549c9b517a63c;hb=2de5dbf2572a415a2d5ead8c3f18d21ea3ab24b7;hp=0af18b5de94f2ff821f31b8b0d60bfdcb298c24a;hpb=931a6a70beba07b763ee392b92daa57443401070;p=xodist diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index 0af18b5..527126a 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -22,9 +22,10 @@ customize_chroot_hook() # Any customizations that need to be made to the chroot after the base system # has been installed (but prior to custom package installation) should be # 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 @@ -41,8 +42,6 @@ Dir { }; }; EOF - - } package_configure_hook() @@ -63,14 +62,16 @@ scx200_acb i8042 olpc_battery msr +EOF + + # UBIFS needs this + cat >>${ROOT_DIR}/etc/initramfs-tools/modules<