mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Update to bc-3.2.6.
Update to glibc-2.33. Minor change to mountfs boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2021-02-01 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||
* Tweak mountfs to properly exit when an error is found.
|
||||
|
||||
2021-01-13 Xi Ruoyao <xry111@mengyan1223.wang>
|
||||
* Use /run instead of deprecated /var/run
|
||||
|
||||
|
||||
@@ -46,7 +46,8 @@ case "${1}" in
|
||||
# their option list. _netdev denotes a network filesystem.
|
||||
|
||||
log_info_msg "Mounting remaining file systems..."
|
||||
mount --all --test-opts no_netdev >/dev/null
|
||||
failed=0
|
||||
mount --all --test-opts no_netdev >/dev/null || failed=1
|
||||
evaluate_retval
|
||||
exit $failed
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user