--- ltsp-update-kernels.orig 2007-04-02 10:55:36.000000000 -0400 +++ ltsp-update-kernels 2007-04-02 10:56:09.000000000 -0400 @@ -36,17 +36,6 @@ mkdir -p $TFTPBOOT/$CHROOT_NAME cp -a $CHROOT/boot/. $TFTPBOOT/$CHROOT_NAME/ fi - - if [ -f $CHROOT/boot/yaboot ]; then - if [ -f $CHROOT/boot/yaboot.conf ]; then - # yaboot requires the files in a specific location, - # link them so they appear there. - ln -s $TFTPBOOT/$CHROOT/boot/yaboot $TFTPDIR - ln -s $TFTPBOOT/$CHROOT/boot/yaboot.conf $TFTPDIR - else - echo "WARNING: yaboot present but not configured." - fi - fi else # not a valid chroot echo "Skipping invalid chroot: $CHROOT"