Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2446 - (show annotations) (download) (as text)
Tue Jan 7 14:56:12 2014 UTC (10 years, 3 months ago) by niro
File MIME type: application/x-sh
File size: 136 byte(s)
-disable old mkinitrd and bootloader functions (will get removed soon) and add includes to support grub1, grub2, mkinitrd and dracut
1 initrd_config()
2 {
3 :
4 }
5
6 initrd_install()
7 {
8 chrooted "mage run-preinstall ${KERNELPKG}"
9 chrooted "mage run-postinstall ${KERNELPKG}"
10 }