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
/
bin
/
domilo
< prev
next >
Wrap
Text File
|
2006-11-29
|
311b
|
11 lines
#!/bin/bash
# Compute MILO bootloader on Alpha...
# CD1/milo/boot.conf must be in file $2
SYSTYPE=`cat /proc/cpuinfo | grep "system type" | colrm 1 26`
SYSVAR=`cat /proc/cpuinfo | grep "system variation" | colrm 1 26`
MILO=`cat $2 | grep "$SYSTYPE:$SYSVAR" | cut -f 3 -d :`
/bin/cp /usr/lib/$MILO/* /boot