Qi recipes collection for Linux From Scratch.
This is my personal qi recipe for Linux From Scratch.
It's quite simple, for starter, make sure you have these following tools :
qi&graft, getqihere and graft here.wget2(default) orwget, needed for downloading source code.patch, needed for applying patch.- archive tools, needed to unpack archive.
If we already had those tools, it's time to build the package ! The steps it's quite simple :
-
Copy one recipe you want to use (e.g
vim.recipe) !$ cp vim.recipe recipe -
Adjust the recipe as you need !
$ vim recipe -
Build the package ! We can use this command :
$ sudo qi build recipeThe build process duration depends on the recipe. Just wait ! The package will be produced at /var/cache/qi/packages/amd64/ .
-
Once the package is ready, we can install it using this command :
$ sudo qi install -p /var/cache/qi/packages/amd64/name_of_package.tlz