[SCM] debian-live/config-webc branch, master, updated. 994700fab682e90f7320405d689040ab464fb4de

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 26 20:12:46 UTC 2008


The following commit has been merged in the master branch:
commit 994700fab682e90f7320405d689040ab464fb4de
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Mon Aug 18 05:13:29 2008 +0100

    Don't use '-f' when copying splash.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/webconverger/config/binary_local-includes/install/late_command.sh b/webconverger/config/binary_local-includes/install/late_command.sh
index a529354..5eac4d1 100644
--- a/webconverger/config/binary_local-includes/install/late_command.sh
+++ b/webconverger/config/binary_local-includes/install/late_command.sh
@@ -15,7 +15,7 @@ log "Removing empty xorg.conf files"
 rm -f /target/etc/X11/xorg.conf*
 
 log "Setting Grub splash"
-cp -f /cdrom/boot/grub/splash.xpm.gz /target/boot/grub/splash.xpm.gz
+cp /cdrom/boot/grub/splash.xpm.gz /target/boot/grub/splash.xpm.gz
 in-target update-grub
 # Generated path is wrong
 sed -i -e 's|//grub/splash.xpm.gz|/boot/grub/splash.xpm.gz|' /target/boot/grub/menu.lst

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list