Bugfixes:

* SCSI-SMP-Kernel vergessen.
  * scsigrub.conf war fehlerhaft und nicht komplett.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@202 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-07-06 20:51:35 +00:00
parent 6693216e1e
commit 7628469abd
2 changed files with 9 additions and 4 deletions

View File

@@ -954,9 +954,14 @@ RESTORE:
}
/* Set Bootsplash */
if ((handle = fopen("/scsidriver", "r")))
{
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf >> /harddisk/boot/ipfirerd.img");
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf >> /harddisk/boot/ipfirerd-smp.img");
}
else
{
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf > /harddisk/boot/initrd.splash");
}
mysystem("/bin/chroot /harddisk /bin/umount -n /proc");
#endif
#ifdef __alpha__