mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
@@ -5,21 +5,21 @@ background = ffffff
|
|||||||
splashimage (hd0,0)/grub/ipfire.xpm.gz
|
splashimage (hd0,0)/grub/ipfire.xpm.gz
|
||||||
title IPFire
|
title IPFire
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=719 splash=silent rw
|
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||||
initrd /ipfirerd.img
|
initrd /ipfirerd.img
|
||||||
savedefault
|
savedefault
|
||||||
title IPFire SMP
|
title IPFire SMP
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=719 rw
|
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||||
initrd /ipfirerd-smp.img
|
initrd /ipfirerd-smp.img
|
||||||
savedefault
|
savedefault
|
||||||
title IPFire (ACPI enabled)
|
title IPFire (ACPI enabled)
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=719 splash=silent rw
|
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
|
||||||
initrd /ipfirerd.img
|
initrd /ipfirerd.img
|
||||||
savedefault
|
savedefault
|
||||||
title IPFire SMP (ACPI HT enabled)
|
title IPFire SMP (ACPI HT enabled)
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=719 splash=silent rw
|
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
|
||||||
initrd /ipfirerd-smp.img
|
initrd /ipfirerd-smp.img
|
||||||
savedefault
|
savedefault
|
||||||
|
|||||||
@@ -954,9 +954,14 @@ RESTORE:
|
|||||||
}
|
}
|
||||||
/* Set Bootsplash */
|
/* Set Bootsplash */
|
||||||
if ((handle = fopen("/scsidriver", "r")))
|
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.img");
|
||||||
|
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf >> /harddisk/boot/ipfirerd-smp.img");
|
||||||
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf > /harddisk/boot/initrd.splash");
|
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");
|
mysystem("/bin/chroot /harddisk /bin/umount -n /proc");
|
||||||
#endif
|
#endif
|
||||||
#ifdef __alpha__
|
#ifdef __alpha__
|
||||||
|
|||||||
Reference in New Issue
Block a user