Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2644 - (show annotations) (download) (as text)
Wed Jul 2 11:27:14 2014 UTC (9 years, 10 months ago) by niro
File MIME type: application/x-sh
File size: 146 byte(s)
-run kernel post/pre install silent
1 initrd_config()
2 {
3 :
4 }
5
6 initrd_install()
7 {
8 chrooted "mage run-preinstall ${KERNELPKG}" 1>&2
9 chrooted "mage run-postinstall ${KERNELPKG}" 1>&2
10 }