summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
diff options
context:
space:
mode:
authormsivak <msivak>2007-08-23 06:59:21 +0000
committermsivak <msivak>2007-08-23 06:59:21 +0000
commit4bb57cf4b10e3fe48533efb87ec1c01b43d78566 (patch)
tree0e518046512e09cbf85d0e43814447645ad4733d /loader2/loader.h
parent229ec26ea18efb0b03970bdd1fda02c57b28d143 (diff)
downloadanaconda-4bb57cf4b10e3fe48533efb87ec1c01b43d78566.tar.gz
anaconda-4bb57cf4b10e3fe48533efb87ec1c01b43d78566.tar.xz
anaconda-4bb57cf4b10e3fe48533efb87ec1c01b43d78566.zip
#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.
Diffstat (limited to 'loader2/loader.h')
-rw-r--r--loader2/loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/loader.h b/loader2/loader.h
index 5c47e1cba..7ab83bb51 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -90,6 +90,7 @@ void startNewt(void);
void stopNewt(void);
char * getProductName(void);
char * getProductPath(void);
+char * getProductArch(void);
#include "modules.h"
#include "moduledeps.h"