Changeset 4584c15


Ignore:
Timestamp:
06/26/2017 04:28:19 PM (7 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, 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:
44dc558
Parents:
d414cb0
Message:

Use correct switch in mountfs script

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/mountfs

    rd414cb0 r4584c15  
    6060
    6161      # Make sure / is mounted read only (umount bug)
    62       mount --test-opts remount,ro /
     62      mount --options remount,ro /
    6363
    6464      # Make all LVM volume groups unavailable, if appropriate
  • packages.ent

    rd414cb0 r4584c15  
    367367<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    368368
    369 <!ENTITY lfs-bootscripts-version "20170624">      <!-- Scripts depend on this format -->
     369<!ENTITY lfs-bootscripts-version "20170626">      <!-- Scripts depend on this format -->
    370370<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">       
    371371<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.