From 4bb57cf4b10e3fe48533efb87ec1c01b43d78566 Mon Sep 17 00:00:00 2001 From: msivak Date: Thu, 23 Aug 2007 06:59:21 +0000 Subject: #244531 - Show the architecture during install * loader2/loader.h: Add getProductArch method. * loader2/loader.c: Populate productArch and define getProductArch. Show the architecture in stage1. * constants.py: add productArch * product.py: populate productArch * text.py: Show the architecture during text mode stage2. --- constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 5924e505e..4e1a2c917 100644 --- a/constants.py +++ b/constants.py @@ -59,6 +59,7 @@ NUMBER_OF_CDS = 5 import product productName = product.productName productVersion = product.productVersion +productArch = product.productArch productPath = product.productPath bugzillaUrl = product.bugUrl -- cgit