Magellan Linux

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

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

revision 2445 by niro, Tue Jan 7 14:53:46 2014 UTC revision 2446 by niro, Tue Jan 7 14:56:12 2014 UTC
# Line 468  install_system_image() Line 468  install_system_image()
468   popd > /dev/null   popd > /dev/null
469  }  }
470    
471  install_bootsector_chroot()  disabled_install_bootsector_chroot()
472  {  {
473   local my_roothdd   local my_roothdd
474   local grubconf="${INSTALLROOT}/boot/grub/grub.conf"   local grubconf="${INSTALLROOT}/boot/grub/grub.conf"
# Line 573  CHROOTEOF Line 573  CHROOTEOF
573   rm ${INSTALLROOT}/root/.installrc   rm ${INSTALLROOT}/root/.installrc
574  }  }
575    
576  install_initrd_chroot()  disabled_install_initrd_chroot()
577  {  {
578   # only generate initrds if the cmd exists   # only generate initrds if the cmd exists
579   is_initrd_supported || return 0   is_initrd_supported || return 0

Legend:
Removed from v.2445  
changed lines
  Added in v.2446