From 1025b2a0b09ef8241c5ef1648858ea7b830bb36e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 24 May 2012 22:46:38 +0000 Subject: [PATCH] Minor tweaks to mountkernfs boot script git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/ChangeLog | 3 +++ bootscripts/lfs/init.d/mountvirtfs | 5 ++--- chapter01/changelog.xml | 10 ++++++++++ general.ent | 4 ++-- packages.ent | 2 +- 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 + * 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 @@ - +