diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 93b5f8991..752d41733 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,6 @@ +2012-05-24 Bruce Dubbs + * Remove mkdir from mountvirtfs because fs is read only + 2012-04-09 Bruce Dubbs * General update of network scripts ifup/ifdown and services diff --git a/bootscripts/lfs/init.d/mountvirtfs b/bootscripts/lfs/init.d/mountvirtfs index 0330a1a97..456e62479 100644 --- a/bootscripts/lfs/init.d/mountvirtfs +++ b/bootscripts/lfs/init.d/mountvirtfs @@ -21,9 +21,9 @@ # Default-Start: S # Default-Stop: # Short-Description: Mounts /sys and /proc virtual (kernel) filesystems. -# Mounts /run tmpfs. +# Mounts /run (tmpfs) and /dev (devtmpfs). # Description: Mounts /sys and /proc virtual (kernel) filesystems. -# Mounts /run tmpfs. +# Mounts /run (tmpfs) and /dev (devtmpfs). # X-LFS-Provided-By: LFS ### END INIT INFO @@ -32,7 +32,6 @@ case "${1}" in start) # Make sure /run/var is available before logging any messages - mkdir -p /run mount -n /run || failed=1 mkdir -p /run/var /run/lock /run/shm chmod 1777 /run/shm diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5cb830581..1fd5756bb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2012-05-24 + + + [bdubbs] - Minor tweaks to mountkernfs boot script. + Also fixes #3093. + + + + 2012-05-20 diff --git a/general.ent b/general.ent index 2e6a4a863..2870041ad 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index d1628a5a2..229383785 100644 --- a/packages.ent +++ b/packages.ent @@ -302,7 +302,7 @@ - +