Dear Mentors!
I'm having pleasant experience with BLFS!
I will try new install from LFS to BLFS, and have a question!
If I want to implement my own function which does simple job as append installed package name into a single file and notes on them, and then later grep installed packages and notes if they are installed, and if not, echo "not installed yet".
I will make two function for above feature. such as 'addpck('add package'for add installed packages name into file)', and 'chkpck('check package' for check if package has been successfully installed before or not)'.
I'm wondering when I have to implement that bash script.
There's chroot several times on LFS process, so can I implement those features from start? or wait and start when Ch.6 has begun?
(chroot and installation of bash again in Ch.6 concerns me)
I think When BLFS has started, it has no problem to use that script. Just curious on LFS process. When is the right time for implementing those scripts?