Changeset df02b59


Ignore:
Timestamp:
05/12/2013 04:13:51 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
32ce725c
Parents:
f4bdf48
Message:

Make sure the root fs is mounted read only in mountfs
before halting

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    rf4bdf48 rdf02b59  
     12013-05-11 Bruce Dubbs <bdubbs@linuxfromscratch.org>
     2   * Make sure the root fs is mounted read only in mountfs
     3     before halting
     4
    152013-01-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
    26   * Remove local attribue of some variables for Bourne
  • bootscripts/lfs/init.d/mountfs

    rf4bdf48 rdf02b59  
    6666      evaluate_retval
    6767
     68      # Make sure / is mounted read only (umount bug?)
     69      mount -n -o remount,ro /
     70
    6871      # Make all LVM volume groups unavailable, if appropriate
    6972      # This fails if swap or / are on an LVM partition
  • chapter01/changelog.xml

    rf4bdf48 rdf02b59  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Minor update to boot script mountfs
     43          to ensure clean shutdown.</para>
     44        </listitem>
     45        <listitem>
    4246          <para>[bdubbs] - Upgrade to gawk-4.1.0. Fixes
    4347          <ulink url="&lfs-ticket-root;3343">#3343</ulink>.</para>
     
    5862        </listitem>
    5963        <listitem>
    60           <para>[bdubbs] - Upgrade to gettest-0.18.2.1. Fixes
     64          <para>[bdubbs] - Upgrade to gettext-0.18.2.1. Fixes
    6165          <ulink url="&lfs-ticket-root;3298">#3298</ulink>.</para>
    6266        </listitem>
  • packages.ent

    rf4bdf48 rdf02b59  
    311311<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    312312
    313 <!ENTITY lfs-bootscripts-version "20130123">                 <!-- Scripts depend on this format -->
     313<!ENTITY lfs-bootscripts-version "20130511">                 <!-- Scripts depend on this format -->
    314314<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    315315<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.