Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

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

revision 2654 by niro, Thu Jul 3 08:24:39 2014 UTC revision 2655 by niro, Thu Jul 3 08:33:54 2014 UTC
# Line 288  setup_hdd_format() Line 288  setup_hdd_format()
288  install_system_image()  install_system_image()
289  {  {
290   pushd ${INSTALLROOT} > /dev/null   pushd ${INSTALLROOT} > /dev/null
291   tar xvjpf ${IMAGEROOT}}/${CDIMAGENAME} -C ${INSTALLROOT}   tar xvjpf ${IMAGEROOT}/${CDIMAGENAME} -C ${INSTALLROOT}
292   popd > /dev/null   popd > /dev/null
293  }  }
294    

Legend:
Removed from v.2654  
changed lines
  Added in v.2655