[Pkg-uml-commit] r151 - in trunk/src/rootstrap: debian modules

Mattia Dongili malattia at costa.debian.org
Sun Aug 20 17:15:59 UTC 2006


Author: malattia
Date: 2006-08-20 17:15:59 +0000 (Sun, 20 Aug 2006)
New Revision: 151

Modified:
   trunk/src/rootstrap/debian/changelog
   trunk/src/rootstrap/modules/uml
Log:
disable hwclock setting in the newly create image, thanks to Matthew Palmer. (Closes: #311037)

Modified: trunk/src/rootstrap/debian/changelog
===================================================================
--- trunk/src/rootstrap/debian/changelog	2006-08-20 17:02:48 UTC (rev 150)
+++ trunk/src/rootstrap/debian/changelog	2006-08-20 17:15:59 UTC (rev 151)
@@ -7,6 +7,8 @@
   * fix root password handling in base-config.
   * group mounting $TARGET filesystems in the "mount" module, unmounting in
     the "umount" module. (Closes: #372905)
+  * disable hwclock on the newly created image, thanks to Matthew Palmer.
+    (Closes: #311037)
 
  -- Mattia Dongili <malattia at debian.org>  Sat, 24 Jun 2006 18:49:11 +0200
 

Modified: trunk/src/rootstrap/modules/uml
===================================================================
--- trunk/src/rootstrap/modules/uml	2006-08-20 17:02:48 UTC (rev 150)
+++ trunk/src/rootstrap/modules/uml	2006-08-20 17:15:59 UTC (rev 151)
@@ -13,6 +13,10 @@
 tmpfs  	/tmp    tmpfs   defaults,size=768M 	0 0
 EOF
 
+# disable hwclock
+echo "# Disable hwclock at startup/shutdown" >> $TARGET/etc/default/rcS
+echo "HWCLOCKACCESS=no" >> $TARGET/etc/default/rcS
+
 # kernel modules
 mkdir -p $TARGET/lib/modules
 




More information about the Pkg-uml-commit mailing list