[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: detecting i386 or x86_64 in kickstart
- From: Klaus Steden <klaus steden thomson net>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: detecting i386 or x86_64 in kickstart
- Date: Mon, 19 Feb 2007 10:43:06 -0500
> Binand, when you ask "detect" 64-bitness in a kickstart, do you mean in
> the initial options to determine a repo to use, or in %pre / %post? If
> the latter, `uname -i` should suffice.
>
Sadly, that won't work, since 'uname -i' will only report on what the
architecture the kernel is ... you'd have to examine /proc/cpuinfo for the
complete story (which is what started this thread I think).
Klaus
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]