mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Bugfixes:
* Framebufferdevices * Bootscripts vergessen ;-) * Hoffentlich den Doppel-Anmelde-Fehler behoben. * Jetzt Tux im Konsolensplash. * Libjpeg in ISO enthalten. * Installer gefixt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@201 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -954,9 +954,9 @@ RESTORE:
|
||||
}
|
||||
/* Set Bootsplash */
|
||||
if ((handle = fopen("/scsidriver", "r")))
|
||||
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf >> /boot/ipfirerd.img");
|
||||
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf >> /harddisk/boot/ipfirerd.img");
|
||||
else
|
||||
mysystem("/bin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cgf > /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");
|
||||
#endif
|
||||
#ifdef __alpha__
|
||||
|
||||
Reference in New Issue
Block a user