aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootscripts/ChangeLog3
-rw-r--r--bootscripts/lfs/init.d/mountvirtfs5
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--general.ent4
-rw-r--r--packages.ent2
5 files changed, 18 insertions, 6 deletions
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 <bdubbs@linuxfromscratch.org>
+ * Remove mkdir from mountvirtfs because fs is read only
+
2012-04-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* 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
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2012-05-24</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Minor tweaks to mountkernfs boot script.
+ Also fixes <ulink url="&lfs-ticket-root;3093">#3093</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-05-20</para>
<itemizedlist>
<listitem>
diff --git a/general.ent b/general.ent
index 2e6a4a863..2870041ad 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120520">
-<!ENTITY releasedate "May 20, 2012">
+<!ENTITY version "SVN-20120524">
+<!ENTITY releasedate "May 24, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index d1628a5a2..229383785 100644
--- a/packages.ent
+++ b/packages.ent
@@ -302,7 +302,7 @@
<!ENTITY less-ch6-du "3.5 MB">
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
-<!ENTITY lfs-bootscripts-version "20120520"> <!-- Scripts depend on this format -->
+<!ENTITY lfs-bootscripts-version "20120524"> <!-- Scripts depend on this format -->
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->