# Variables
BootPath is where the /boot directory of the system to be inspected is located.
EtcDir is where the /etc directory of the system to be inspected is located.
LibDir is where the /lib directory of the system to be inspected is located.
ProcDir is where the /proc directory of the system to be inspected is located.
SysfsDir is where the /sys directory of the system to be inspected is located.
UsrDir is where the /usr directory of the system to be inspected is located.
VarDir is where the /var directory of the system to be inspected is located.
# Type aliases
HostDir is a helper for handling host system directories.