Magellan Linux

Annotation of /tags/installer-simple-0_4_91_20160203_1/functions/dracut.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2487 - (hide annotations) (download) (as text)
Wed Jan 8 12:11:44 2014 UTC (10 years, 5 months ago) by niro
Original Path: trunk/installer-simple/functions/dracut.sh
File MIME type: application/x-sh
File size: 146 byte(s)
-mount sanity check
1 niro 2446 initrd_config()
2     {
3     :
4     }
5    
6     initrd_install()
7     {
8 niro 2487 chrooted "mage run-preinstall ${KERNELPKG}" 1>&2
9     chrooted "mage run-postinstall ${KERNELPKG}" 1>&2
10 niro 2446 }