From fc0046387e3d654a23097f50eb735e00ffda41a1 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 1 Apr 2014 00:03:10 -0400 Subject: [PATCH] Fixed path to Ubuntus initrd --- source/steps/ChainBootNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0