# HG changeset patch # User Pascal Bellard # Date 1333692968 -7200 # Node ID e507111d6d3291659dd8d4a8ac3f6ab33d5ead25 # Parent 29323d0e1eeff5c87e10d102ab819562884497ce rcS: fix /var/log/dmesg.log diff -r 29323d0e1eef -r e507111d6d32 etc/init.d/rcS --- a/etc/init.d/rcS Fri Mar 30 00:32:53 2012 +0200 +++ b/etc/init.d/rcS Fri Apr 06 08:16:08 2012 +0200 @@ -71,12 +71,12 @@ # Mount filesystems in /etc/fstab. echo "Mounting filesystems in fstab..." /bin/mount -a +;; + +logged) # Store boot messages to log files. /bin/dmesg > /var/log/dmesg.log & -;; - -logged) # Parse cmdline args for earlier boot options. All other boot options # are in /etc/init./bootopts.sh.