Magellan Linux

Contents of /tags/installer-simple-0_4_90_20140108_1/functions/dracut.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2494 - (show annotations) (download) (as text)
Wed Jan 8 12:45:45 2014 UTC (10 years, 5 months ago) by niro
File MIME type: application/x-sh
File size: 136 byte(s)
tagged 'installer-simple-0_4_90_20140108_1'
1 initrd_config()
2 {
3 :
4 }
5
6 initrd_install()
7 {
8 chrooted "mage run-preinstall ${KERNELPKG}"
9 chrooted "mage run-postinstall ${KERNELPKG}"
10 }