[PATCH] initrd-generic.img -> dracut.img

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We're moving back to %post generation of dracut initrd's due to
GPL concerns about shipping pre build initrd's. This means the initrd
will no longer be truely generic. To reflect this and make clear it is
not an mkinitrd initrd, the name was changes to simply dracut.img.
---
 booty/bootloaderInfo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py
index b2725ab..e91f2db 100644
--- a/booty/bootloaderInfo.py
+++ b/booty/bootloaderInfo.py
@@ -308,7 +308,7 @@ class bootloaderInfo:
         if os.access(instRoot + "/boot/" + initrd, os.R_OK):
             return initrd
 
-        initrd = "initrd-generic%s.img" % kernelTag
+        initrd = "dracut%s.img" % kernelTag
         if os.access(instRoot + "/boot/" + initrd, os.R_OK):
             return initrd
 
-- 
1.6.4.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux