Author: pebender
Date: Fri Apr  3 22:05:43 2009
New Revision: 4552

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/rc.sysinit
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/rc.sysinit.sh

Log:
- Stopped creating /dev and /var as separate tmpfs file systems as this
   was left over from when the root file system was not read-write.
- Stopped creating /var/log as separate limited size tmpfs file systems as
   this was left over from when /var/log/messages was not limited in size.
- Stopped creating /tmp and /var/tmp as separate limited size tmpfs file
   because limiting tmp to too small a directory can break some functions.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Fri Apr  3  
22:05:43 2009
@@ -14,6 +14,12 @@
      MythTV trunk:        version trunk.20301     trunk svn 20301.

  Improved init
+    - Stopped creating /dev and /var as separate tmpfs file systems as this
+      was left over from when the root file system was not read-write.
+    - Stopped creating /var/log as separate limited size tmpfs file  
systems as
+      this was left over from when /var/log/messages was not limited in  
size.
+    - Stopped creating /tmp and /var/tmp as separate limited size tmpfs  
file
+      because limiting tmp to too small a directory can break some  
functions.
      - Added generation of /var/lib/dbus/machine-id to the gtk init script  
when
        /usr/bin/dbus-uuidgen is present.
      - Added generation of /etc/pango/pango.modules to the gtk init script  
when

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/rc.sysinit
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/rc.sysinit
       
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/rc.sysinit
       
Fri Apr  3 22:05:43 2009
@@ -19,25 +19,20 @@

  # Create /tmp.
  /bin/mkdir -p /tmp
-/bin/mount -n -t tmpfs -o size=512K  /tmp /tmp
  /bin/chmod 1777 /tmp

  # Create /var.
  /bin/mkdir -p /var
-/bin/mount -n -t tmpfs -o size=512K /var /var
  /bin/mkdir -p /var/cache
  /bin/mkdir -p /var/lock
  /bin/mkdir -p /var/log
-/bin/mount -n -t tmpfs -o size=1024K /var/log /var/log
  /bin/mkdir -p /var/run
  /bin/touch    /var/run/utmp
  /bin/mkdir -p /var/tmp
-/bin/mount -n -t tmpfs -o size=512K  /var/tmp /var/tmp
  /bin/chmod 1777 /var/tmp

  # Create /dev.
  /bin/mkdir -p /dev
-/bin/mount -n -t tmpfs /dev /dev
  /bin/mknod -m 0666 /dev/null c 1 3
  /bin/ln -s /proc/kcore     /dev/core
  /bin/ln -s /proc/self/fd   /dev/fd

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/rc.sysinit.sh
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/rc.sysinit.sh
       
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/rc.sysinit.sh
       
Fri Apr  3 22:05:43 2009
@@ -19,25 +19,20 @@

  # Create /tmp.
  /bin/mkdir -p /tmp
-/bin/mount -n -t tmpfs -o size=512K  /tmp /tmp
  /bin/chmod 1777 /tmp

  # Create /var.
  /bin/mkdir -p /var
-/bin/mount -n -t tmpfs -o size=512K /var /var
  /bin/mkdir -p /var/cache
  /bin/mkdir -p /var/lock
  /bin/mkdir -p /var/log
-/bin/mount -n -t tmpfs -o size=1024K /var/log /var/log
  /bin/mkdir -p /var/run
  /bin/touch    /var/run/utmp
  /bin/mkdir -p /var/tmp
-/bin/mount -n -t tmpfs -o size=512K  /var/tmp /var/tmp
  /bin/chmod 1777 /var/tmp

  # Create /dev.
  /bin/mkdir -p /dev
-/bin/mount -n -t tmpfs /dev /dev
  /bin/mknod -m 0666 /dev/null c 1 3
  /bin/ln -s /proc/kcore     /dev/core
  /bin/ln -s /proc/self/fd   /dev/fd

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to