[Fai-commit] r3093 - in trunk: debian examples/simple/scripts/GRUB
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Wed Nov 23 22:05:28 UTC 2005
Author: lange
Date: 2005-11-23 22:05:27 +0000 (Wed, 23 Nov 2005)
New Revision: 3093
Modified:
trunk/debian/changelog
trunk/examples/simple/scripts/GRUB/10-setup
Log:
use -U with fcopy, so grub's menu.lst will not be overwritten during
softupdate (closes: #313069, #314995)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-11-23 21:58:09 UTC (rev 3092)
+++ trunk/debian/changelog 2005-11-23 22:05:27 UTC (rev 3093)
@@ -37,6 +37,8 @@
* FAIBASE/30-interface: do not overwrite resolv.conf if it's a symlink
(closes: #305783)
* setup_harddisks: add i2o support (closes: #317797)
+ * GRUB/10-setup: use -U with fcopy, so grub's menu.lst will not be
+ overwritten during softupdate (closes: #313069, #314995)
-- Thomas Lange <lange at debian.org> Wed, 23 Nov 2005 12:58:56 +0100
Modified: trunk/examples/simple/scripts/GRUB/10-setup
===================================================================
--- trunk/examples/simple/scripts/GRUB/10-setup 2005-11-23 21:58:09 UTC (rev 3092)
+++ trunk/examples/simple/scripts/GRUB/10-setup 2005-11-23 22:05:27 UTC (rev 3093)
@@ -2,7 +2,7 @@
error=0 ; trap "error=$((error|1))" ERR
-fcopy boot/grub/menu.lst
+fcopy -Uv boot/grub/menu.lst
exit $error
More information about the Fai-commit
mailing list