]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/install+setup/install/installbootsplash.sh
Installer
[ipfire-2.x.git] / src / install+setup / install / installbootsplash.sh
index 3ff39b7a5d1968aa843ca1eb8dc8c054d986c8ce..9522203b59649e1494692c7875c953997c862acc 100644 (file)
@@ -1,7 +1,10 @@
 #!/bin/sh
 if [ -e /harddisk/boot/ipfirerd.img ]; then
-       /sbin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cfg >> /harddisk/boot/ipfirerd.img
-       /sbin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cfg >> /harddisk/boot/ipfirerd-smp.img
+       /sbin/chroot /harddisk /sbin/splash -s -f \
+               /boot/splash/config/bootsplash-1024x768.cfg >> /harddisk/boot/ipfirerd.img
+       /sbin/chroot /harddisk /sbin/splash -s -f \
+               /boot/splash/config/bootsplash-1024x768.cfg >> /harddisk/boot/ipfirerd-smp.img
 else
-       /sbin/chroot /harddisk /sbin/splash -s -f /boot/splash/config/bootsplash-1024x768.cfg >  /harddisk/boot/initrd.splash
+       /sbin/chroot /harddisk /sbin/splash -s -f \
+               /boot/splash/config/bootsplash-1024x768.cfg >  /harddisk/boot/initrd.splash
 fi