From c9924373ca327fb56507349b0d73a08c55122a16 Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 26 Oct 2009 22:20:57 -0600 Subject: [PATCH] Use SME labels on grub screen --- butil.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/butil.py b/butil.py index 70699fb..62416f3 100644 --- a/butil.py +++ b/butil.py @@ -134,9 +134,9 @@ def getPPCMacBook(): # returns a product name to use for the boot loader string def getProductName(): - # try redhat-release first - if os.access("/etc/redhat-release", os.R_OK): - f = open("/etc/redhat-release", "r") + # try e-smith-release first + if os.access("/etc/e-smith-release", os.R_OK): + f = open("/etc/e-smith-release", "r") lines = f.readlines() f.close() for buf in lines: -- 1.5.5.6