1.2 KiB
Building a BDisk ISO
So you finally have configured BDisk (and perhaps added further customizations. Now you’re ready to build!
Building is, thankfully, the easiest part!
Note
|
Due to requiring various mounting and chrooting, BDisk must be run as the root user (or via sudo). |
To initiate a build, simply run <basedir>/bdisk/bdisk.py
. That’s it! Everything should continue automatically.
If you’d like to specify a path to a specific build configuration, you can use <basedir>/bdisk/bdisk.py path/to/build.ini
. The default is /etc/bdisk/build.ini (plus other locations).
If you’re using a packaged version you installed from your distro’s package manager, you instead should run wherever it installs to. Most likely this is going to be /usr/sbin/bdisk
. (On systemd build hosts that have done the /usr merge, you can use /usr/sbin/bdisk
or /sbin/bdisk
.)
If you encounter any issues during the process, make sure you read the documentation — if your issue still isn’t addressed, please be sure to file a bug report!