From: Sapan Bhatia Date: Tue, 1 Apr 2014 04:03:10 +0000 (-0400) Subject: Fixed path to Ubuntus initrd X-Git-Tag: bootmanager-5.2-5~1^2~11 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=fc0046387e3d654a23097f50eb735e00ffda41a1 Fixed path to Ubuntus initrd --- diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index ee54c53..d8030e6 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -175,7 +175,7 @@ def Run( vars, log ): # f20: uses a uid of some kind, e.g. /boot/543f88c129de443baaa65800cf3927ce//initrd candidates.append ("/boot/*/%s/initrd"%(kversion)) # Ubuntu: - candidates.append ("/boot/initrd.img%s"%(kversion)) + candidates.append ("/boot/initrd.img-%s"%(kversion)) def find_file_in_sysimg (candidates): import glob for pattern in candidates: