Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_6_branch/prepare_custom

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1817 by niro, Thu Sep 8 12:17:08 2011 UTC revision 1818 by niro, Fri May 4 08:23:02 2012 UTC
# Line 112  if [[ -d ${LIVECDROOT}/install-temp ]] Line 112  if [[ -d ${LIVECDROOT}/install-temp ]]
112  then  then
113   rm -rf ${LIVECDROOT}/install-temp   rm -rf ${LIVECDROOT}/install-temp
114  fi  fi
115    
116    # install usb-install script
117    [ ! -d ${CDISOROOT}/usb-install ] && mkdir ${CDISOROOT}/usb-install
118    [ -f $(get_profile usb-install/usb-install.cmd) ] && cp $(get_profile usb-install)/usb-install.cmd ${CDISOROOT}/usb-install
119    [ -f $(get_profile usb-install/syslinux.exe) ] && cp $(get_profile usb-install)/syslinux.exe ${CDISOROOT}/usb-install
120    [ -f $(get_profile usb-install/syslinux.cfg) ] && cp $(get_profile usb-install)/syslinux.cfg ${CDISOROOT}/usb-install

Legend:
Removed from v.1817  
changed lines
  Added in v.1818