--- trunk/mlivecdbuild/profiles/alx-0_6_branch/prepare_custom 2012/05/02 08:38:06 1817 +++ trunk/mlivecdbuild/profiles/alx-0_6_branch/prepare_custom 2012/05/04 08:23:02 1818 @@ -112,3 +112,9 @@ then rm -rf ${LIVECDROOT}/install-temp fi + +# install usb-install script +[ ! -d ${CDISOROOT}/usb-install ] && mkdir ${CDISOROOT}/usb-install +[ -f $(get_profile usb-install/usb-install.cmd) ] && cp $(get_profile usb-install)/usb-install.cmd ${CDISOROOT}/usb-install +[ -f $(get_profile usb-install/syslinux.exe) ] && cp $(get_profile usb-install)/syslinux.exe ${CDISOROOT}/usb-install +[ -f $(get_profile usb-install/syslinux.cfg) ] && cp $(get_profile usb-install)/syslinux.cfg ${CDISOROOT}/usb-install