Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
a5c2803
Parents:
edd83dc
git-author:
Thomas Trepl <thomas@…> (02/03/2021 08:02:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

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

    redd83dc r9da9d014  
    4747
    4848      log_info_msg "Mounting remaining file systems..."
    49       mount --all --test-opts no_netdev >/dev/null
     49      failed=0
     50      mount --all --test-opts no_netdev >/dev/null || failed=1
    5051      evaluate_retval
    5152      exit $failed
Note: See TracChangeset for help on using the changeset viewer.