Summary: Sparc Improved LOader Name: silo Version: 0.8.2 Release: 1 Copyright: GPL ExclusiveArch: sparc Group: Utilities/System Source: ftp://sunsite.mff.cuni.cz/pub/silo/silo-0.8.2.tgz BuildRoot: /tmp/silo-buildroot %description This is the program you need to use if you plan to boot SPARC/Linux via a hard drive. It installs to the boot block of your system and will allow for booting of Linux, Solaris, and SunOS. %prep %setup %build make %install mkdir -p $RPM_BUILD_ROOT/{sbin,boot,usr/sbin} install -m755 sbin/silo $RPM_BUILD_ROOT/sbin/silo install -m644 boot/first.b $RPM_BUILD_ROOT/boot/first.b install -m644 boot/ultra.b $RPM_BUILD_ROOT/boot/ultra.b install -m644 boot/cd.b $RPM_BUILD_ROOT/boot/cd.b install -m644 boot/second.b $RPM_BUILD_ROOT/boot/second.b install -m644 boot/silotftp.b $RPM_BUILD_ROOT/boot/silotftp.b install -m755 misc/silocheck $RPM_BUILD_ROOT/usr/sbin/silocheck %files %doc docs COPYING ChangeLog /sbin/silo /boot/first.b /boot/ultra.b /boot/cd.b /boot/silotftp.b /boot/second.b /usr/sbin/silocheck