bdisk/docs/manual/user/advanced/SOFTWARE.adoc

1.5 KiB
Raw Blame History

Changing the Installed Software

BDisk comes with a large list of software installed in the build instance by default, ranging from data recovery (such as foremost, scalpel, ddrescue, etc.), security and data wiping (nwipe, scrub, etc.), penetration testing (wifite, aircrack-ng, etc.) and a slew of others. Seriously, if youre looking for a tool, changes are its on it.

However, this leads to a fairly long build time- even with a local repository mirror (many of the packages are from the AUR). You may want to replace the list with a smaller subset.

The iso.pkgs.* files are not files you should modify- they contain software necessary to the building of BDisk and are the basic necessary files to build a bootable image. However, the packages.* files are where you would add or remove software to be installed.

Note
The package lists can contain both Arch repository packages and AUR packages.
Note
Blank lines are ignored, and you can comment out lines by prefixing the line with the # character.

<basedir>/extra/pre-build.d/i686/root/packages.arch

This list contains packages to only be installed for the i686 image.

<basedir>/extra/pre-build.d/x86_64/root/packages.arch

This list contains packages you only want installed in the x86_64 image.

<basedir>/extra/pre-build.d/root/packages.both

This file contains packages for both architectures (i686 and x86_64).