[Fai-commit] r4810 - trunk/examples/simple/scripts/GRUB

lange at alioth.debian.org lange at alioth.debian.org
Sat Dec 1 16:58:38 UTC 2007


Author: lange
Date: 2007-12-01 16:58:38 +0000 (Sat, 01 Dec 2007)
New Revision: 4810

Modified:
   trunk/examples/simple/scripts/GRUB/10-setup
Log:
use absolute path


Modified: trunk/examples/simple/scripts/GRUB/10-setup
===================================================================
--- trunk/examples/simple/scripts/GRUB/10-setup	2007-11-30 09:07:35 UTC (rev 4809)
+++ trunk/examples/simple/scripts/GRUB/10-setup	2007-12-01 16:58:38 UTC (rev 4810)
@@ -2,7 +2,7 @@
 
 error=0 ; trap "error=$((error|1))" ERR
 
-fcopy -Uv boot/grub/menu.lst
+fcopy -Uv /boot/grub/menu.lst
 
 exit $error
 




More information about the Fai-commit mailing list