Magellan Linux

Diff of /tags/installer-simple-0_4_91_20160613_1/functions/dracut.sh

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

trunk/installer-simple/functions/dracut.sh revision 2487 by niro, Wed Jan 8 12:11:44 2014 UTC tags/installer-simple-0_4_91_20160613_1/functions/dracut.sh revision 2947 by niro, Mon Jun 13 12:37:31 2016 UTC
# Line 5  initrd_config() Line 5  initrd_config()
5    
6  initrd_install()  initrd_install()
7  {  {
8   chrooted "mage run-preinstall ${KERNELPKG}" 1>&2   chrooted "mage run-preinstall ${KERNELPKG} 1>&2"
9   chrooted "mage run-postinstall ${KERNELPKG}" 1>&2   chrooted "mage run-postinstall ${KERNELPKG} 1>&2"
10  }  }

Legend:
Removed from v.2487  
changed lines
  Added in v.2947