Fix configuration about saving temporary work

It is no more at the end of chapter five now... Also the tar file is
not compressed
This commit is contained in:
Pierre Labastie 2023-11-23 10:05:27 +01:00
parent 6ffc37b902
commit cd87e527fe
1 changed files with 5 additions and 4 deletions

View File

@ -857,15 +857,16 @@ depends on !BOOK_BLFS
default y default y
config SAVE_CH5 config SAVE_CH5
bool "Save Chapter 5 work" bool "Save temporary system work"
depends on BOOK_LFS || BOOK_LFS_SYSD depends on BOOK_LFS || BOOK_LFS_SYSD
default n default n
help 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 if you tick this item, the whole $LFS directory is
saved when chapter 5 is finished. It'll be in an xz saved when chapter 7 is finished. It'll be in a .tar
compressed tarball in the $LFS/jhalfs directory file in the $BUILD_DIR/jhalfs directory
#--- ICA #--- ICA
config COMPARE config COMPARE