home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
root
/
usr
/
lib
/
YaST2
/
startup
/
common
/
arch.sh
next >
Wrap
Text File
|
2006-11-29
|
773b
|
26 lines
#================
# FILE : arch.sh
#----------------
# PROJECT : YaST (Yet another Setup Tool v2)
# COPYRIGHT : (c) 2004 SUSE Linux AG, Germany. All rights reserved
# :
# AUTHORS : Marcus Schaefer <ms@suse.de>
# :
# :
# BELONGS TO : System installation and Administration
# :
# DESCRIPTION : Common used functions used for the YaST2 startup process
# : refering to architecture issues
# :
# STATUS : $Id: arch.sh 19738 2004-10-05 14:14:26Z ms $
#----------------
#
#----[ is_iseries ]-----#
function is_iseries () {
#--------------------------------------------------
# check if CPU is a PPC iseries component
# ---
grep -iq iseries /proc/cpuinfo
}