#Manage lts.conf path through dhcp filename rather than boot_image
case "$MODE" in
    after-install)
        #Comment boot_image from /proc/cmdline so it default to pxefilename
        sed -e '/BOOT_IMAGE=/ s/^#*/#/' -i $BASE/$CHROOT/usr/share/ltsp/init-ltsp.d/05-getltsconffile
        ;;
esac
