From cd87e527fe152ed8e50e44437853dd6a60c48cd0 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 23 Nov 2023 10:05:27 +0100 Subject: [PATCH] Fix configuration about saving temporary work It is no more at the end of chapter five now... Also the tar file is not compressed --- Config.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Config.in b/Config.in index d1d7750..ef3779e 100644 --- a/Config.in +++ b/Config.in @@ -857,15 +857,16 @@ depends on !BOOK_BLFS default y config SAVE_CH5 - bool "Save Chapter 5 work" + bool "Save temporary system work" depends on BOOK_LFS || BOOK_LFS_SYSD default n help - Save the state of jhalfs at the end of chapter 5: + Save the state of jhalfs after finishing building the temporary + system if you tick this item, the whole $LFS directory is - saved when chapter 5 is finished. It'll be in an xz - compressed tarball in the $LFS/jhalfs directory + saved when chapter 7 is finished. It'll be in a .tar + file in the $BUILD_DIR/jhalfs directory #--- ICA config COMPARE