The kaarpux/linux directory¶
The kaarpux/linux
directory
is created by kaarpux/master/make_scripts.sh
and will contain the files needed to build KaarPux on the target system.
kaarpux/linux/build/linux
- Each package gets unpacked and build in a subdirectory.
kaarpux/linux/linux_scripts
- Scripts which are used when building KaarPux on the target system.
Populated by
kaarpux/master/make_scripts.sh
. kaarpux/linux/log/linux
- During building, each step is logged in a file in this directory.
kaarpux/linux/perl
- perl scripts
which are used when building KaarPux on the target system.
Populated by
kaarpux/master/make_scripts.sh
. kaarpux/linux/plinc
- Include files for perl scripts.
kaarpux/linux/scripts
- Scripts which are used when building KaarPux on the target system.
Generated by
kaarpux/master/make_scripts.sh
. The subdirectorykaarpux/linux/scripts/linux
contains the scripts for each package.