X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configs%2Fdebxo-kde%2Fhooks;h=527126ad6e2165db639df092a93549c9b517a63c;hb=2de5dbf2572a415a2d5ead8c3f18d21ea3ab24b7;hp=d9fb2ce30e6dfbc9c991c4313d93345b1a3be660;hpb=69305b023497b6deb1a712f72b40a298e5bb3dff;p=xodist diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index d9fb2ce..527126a 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -22,8 +22,6 @@ 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 @@ -44,9 +42,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() @@ -91,11 +86,6 @@ EOF # No longer a need for xorg.conf rm -f ${ROOT_DIR}/etc/X11/xorg.conf - # key bindings/mappings - if [ -d ${ROOT_DIR}/usr/share/hal/fdi/information/10freedesktop/ ]; then - cp 30-keymap-olpc.fdi ${ROOT_DIR}/usr/share/hal/fdi/information/10freedesktop/ - fi - # configure kdm if [ -d ${ROOT_DIR}/etc/kde3/kdm ]; then sed --in-place "s/AllowNullPasswd=false/AllowNullPasswd=true/;s/#AutoLoginEnable=true/AutoLoginEnable=true/;s/#AutoLoginUser=fred/AutoLoginUser=${DEFUSER}/" ${ROOT_DIR}/etc/kde3/kdm/kdmrc