diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index fd43c1222..f9e0a5ef4 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,6 @@ +2021-02-01 Bruce Dubbs + * Tweak mountfs to properly exit when an error is found. + 2021-01-13 Xi Ruoyao * Use /run instead of deprecated /var/run diff --git a/bootscripts/lfs/init.d/mountfs b/bootscripts/lfs/init.d/mountfs index 185a0ab7a..6bf2d6f2f 100644 --- a/bootscripts/lfs/init.d/mountfs +++ b/bootscripts/lfs/init.d/mountfs @@ -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 ;; diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f4a7906bc..0036d3e65 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,24 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + + 2021-02-02 + + [bdubbs] - Update to bc-3.2.6. Fixes + #4800. + + + [bdubbs] - Update to glibc-2.33. Fixes + #4799. + + + [bdubbs] - Minor change to mountfs boot script. Fixes + #4798. + + + + 2021-02-01 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 701b2e998..9c2f6bd37 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -105,9 +105,9 @@ - + GMP-&gmp-version; diff --git a/chapter06/file.xml b/chapter06/file.xml index 035e02f72..0d00a1848 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -45,7 +45,7 @@ Prepare File for compilation: -./configure --prefix=/usr --host=$LFS_TGT +./configure --prefix=/usr --host=$LFS_TGT --build=$(./config.guess) + The nss/tst-nss-files-hosts-multi test may fail for reasons that have not been determined. diff --git a/general.ent b/general.ent index 70bd235d4..0c77793c7 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index 13033eaec..64227dfd7 100644 --- a/packages.ent +++ b/packages.ent @@ -57,10 +57,10 @@ - - + + - + @@ -256,10 +256,10 @@ - - + + - + @@ -375,7 +375,7 @@ - +