Fixed a typo which broke coldplugging.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 22 Dec 2006 16:40:32 +0000 (16:40 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 22 Dec 2006 16:40:32 +0000 (16:40 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1199 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 41998e72e95a9b2f487309d0fcca3129dc98f841..dc010522ec58ab9034e35d3967db23ce3ce45929 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $
 
+  22 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Fixed a typo which broke coldplugging.
+
   20 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/chroot-functions.sh, targets/support/livecdfs-update.sh:
   Added a create_handbook_icon function and rearranged some of the icon
index 2e82ee74e55c4cc6f8f7443151efe0274111a393..2e6035586bd4f8b622cf2b55f10b84e224b0e52e 100755 (executable)
@@ -16,7 +16,7 @@ fi
 sed -i 's:RC_DEVICE_TARBALL="yes":RC_DEVICE_TARBALL="no":' /etc/conf.d/rc
 
 # Turn off udev coldplugging
-sed -i 's:RC_COLDPLG="yes":RC_COLDPLUG="no":' /etc/conf.d/rc
+sed -i 's:RC_COLDPLUG="yes":RC_COLDPLUG="no":' /etc/conf.d/rc
 
 # Clean up the time and set to UTC
 rm -rf /etc/localtime