fix a regression in trigger_get_grub_boot_dev()
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1469 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -6620,7 +6620,7 @@ timeout=10
|
||||
)
|
||||
return "(hd0,0)"
|
||||
match = re.subn("[a-z/]","",gboot)
|
||||
gpartnum = str(int(gdisk)-1)
|
||||
gpartnum = str(int(match[0])-1)
|
||||
# now match with grub
|
||||
device_map = etpConst['packagestmpdir']+"/grub.map"
|
||||
if os.path.isfile(device_map):
|
||||
|
||||
Reference in New Issue
Block a user