[Pkg-uml-commit] r192 - trunk/src/rootstrap/modules

Mattia Dongili malattia at costa.debian.org
Sat Sep 2 15:28:10 UTC 2006


Author: malattia
Date: 2006-09-02 15:28:09 +0000 (Sat, 02 Sep 2006)
New Revision: 192

Modified:
   trunk/src/rootstrap/modules/debian
   trunk/src/rootstrap/modules/uml
Log:
move debians config to debian module

Modified: trunk/src/rootstrap/modules/debian
===================================================================
--- trunk/src/rootstrap/modules/debian	2006-09-02 15:17:26 UTC (rev 191)
+++ trunk/src/rootstrap/modules/debian	2006-09-02 15:28:09 UTC (rev 192)
@@ -77,6 +77,10 @@
   install -m 644 /etc/hosts $TARGET/etc/hosts
 fi
 
+# disable hwclock
+echo "# Disable hwclock at startup/shutdown" >> $TARGET/etc/default/rcS
+echo "HWCLOCKACCESS=no" >> $TARGET/etc/default/rcS
+
 if test -n "$install"; then
     apt_options="-y"
     if test "$apt_force_yes" = "true"; then

Modified: trunk/src/rootstrap/modules/uml
===================================================================
--- trunk/src/rootstrap/modules/uml	2006-09-02 15:17:26 UTC (rev 191)
+++ trunk/src/rootstrap/modules/uml	2006-09-02 15:28:09 UTC (rev 192)
@@ -15,10 +15,6 @@
 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
-
 # setup the timezone, the same as the host
 [ ! -e $HOST/etc/timezone ] || TARGET_TIMEZONE="$(cat $HOST/etc/timezone)"
 




More information about the Pkg-uml-commit mailing list