internal script error "./lfscript -bux kdebase -i rootfs"

Asked by Bl4ck_@rt

when I run ". / lfscript-bux-i kdebase rootfs" error message "internal script error or not accessible (-b)" what it is, and what is the solution! (I use lfscript4-revision12 stable)
I extract in the home folder
I use Slax 6.1.2 and the tools/module I have prepared all

Question information

Language:
English Edit question
Status:
Solved
For:
LFScript Edit question
Assignee:
No assignee Edit question
Solved by:
Marcel van den Boer
Solved:
Last query:
Last reply:
Revision history for this message
Best Marcel van den Boer (synthehol) said :
#1

Did you use the lower case "b" (./lfscript -bux kdebase -i rootfs) or UPPER CASE "B" (./lfscript -Bux kdebase -i rootfs)?

If you used lower case "b", you would get the message "Base system script not found or unreadable (-b).", because lower case "b" requires you to specify the LFS version like this: ./lfscript -b lfs-6.8 -ux kdebase -i rootfs

However, because most of the time there are only scripts provided for one version of LFS anyway, I've added the UPPER CASE "B" option which automatically selects that base system.

Revision history for this message
Bl4ck_@rt (denzellive) said :
#2

tank's

Revision history for this message
Bl4ck_@rt (denzellive) said :
#3

Thanks Marcel van den Boer, that solved my question.