Magellan Linux

Annotation of /trunk/installer-simple/functions/dracut.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2488 - (hide annotations) (download) (as text)
Wed Jan 8 12:13:30 2014 UTC (10 years, 4 months ago) by niro
File MIME type: application/x-sh
File size: 136 byte(s)
-revert last commit
1 niro 2446 initrd_config()
2     {
3     :
4     }
5    
6     initrd_install()
7     {
8 niro 2488 chrooted "mage run-preinstall ${KERNELPKG}"
9     chrooted "mage run-postinstall ${KERNELPKG}"
10 niro 2446 }