diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-01-16 18:34:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-01-16 18:34:31 +0000 |
commit | e9ba8aa85f6fe42e7fe1c8815431702c07fe9172 (patch) | |
tree | d8ff9914bcd492b9debadbaf82dbbe3365e1a5af /chapter01/changelog.xml | |
parent | 6c3ab2e4b6018dbafe493e56609d6478a79bfbe4 (diff) |
Change bootscripts to use devtmpfs for /dev.
Move mounting of /dev to mountvirtfs and ensure /dev gets placed in /etc/mtab.
Change fstab and kernel configuration sections to reflect these changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 92fd57dc3..77d22fe16 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,18 @@ --> <listitem> + <para>2012-01-16</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Change bootscripts to use devtmpfs for /dev. + Move mounting of /dev to mountvirtfs and ensure /dev gets + placed in /etc/mtab. Change fstab and kernel configuration + sections to reflect these changes.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-01-11</para> <itemizedlist> <listitem> |