Ignore:
Timestamp:
03/18/2017 10:47:45 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:
b875e19
Parents:
8caabdd
Message:

Update formats of error messages in checkfs boot script.
Update to man-pages-4.10.
Update to linux-4.10.3.
Update to gdbm-1.13.
Update to coreutils-8.27.

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

File:
1 edited

Legend:

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

    r8caabdd rd83fd51  
    7070
    7171      if [ -f /forcefsck ]; then
    72          msg="\n/forcefsck found, forcing file"
     72         msg="/forcefsck found, forcing file"
    7373         msg="${msg} system checks as requested."
    7474         log_success_msg "$msg"
     
    9595         msg="\nWARNING:\n\nFile system errors "
    9696         msg="${msg}were found and have been corrected.\n"
    97          msg="${msg}You may want to double-check that "
     97         msg="${msg}     You may want to double-check that "
    9898         msg="${msg}everything was fixed properly."
    9999         log_warning_msg "$msg"
     
    117117         msg="\nFAILURE:\n\nFile system errors "
    118118         msg="${msg}were encountered that could not be "
    119          msg="${msg}fixed automatically.  This system "
     119         msg="${msg}fixed automatically.\nThis system "
    120120         msg="${msg}cannot continue to boot and will "
    121121         msg="${msg}therefore be halted until those "
     
    132132
    133133      if [ "${error_value}" -ge 16 ]; then
    134          msg="\nFAILURE:\n\nUnexpected Failure "
     134         msg="FAILURE:\n\nUnexpected failure "
    135135         msg="${msg}running fsck.  Exited with error "
    136          msg="${msg} code: ${error_value}."
    137          log_failure_msg $msg
     136         msg="${msg} code: ${error_value}.\n"
     137         log_info_msg $msg
    138138         exit ${error_value}
    139139      fi
Note: See TracChangeset for help on using the changeset viewer.