docs: Fix nested list syntax in container-building
In reStructuredText markup, nested lists are created by aligning the bullet/enumerator with the left edge of the text in the list item above it. For enumerated lists, that means an indent of at least 3 spaces is required, otherwise the indent is treated as a block quote.
This PR fixes the indentation of emphemeral container steps in the
zbm-builder.shbehavior description indocs/general/container-building.rst, which removes the (presumably) unintended block quote.
ZFSBootMenu is a Linux bootloader that attempts to provide an experience similar to FreeBSD’s bootloader. By taking advantage of ZFS features, it allows a user to have multiple “boot environments” (with different distributions, for example), manipulate snapshots before booting, and, for the adventurous user, even bootstrap a system installation via
zfs recv.In essence, ZFSBootMenu is a small, self-contained Linux system that knows how to find other Linux kernels and initramfs images within ZFS filesystems. When a suitable kernel and initramfs are identified (either through an automatic process or direct user selection), ZFSBootMenu launches that kernel using the
kexeccommand.For more details, see:
Join us on IRC
Come chat about ZFSBootMenu in #zfsbootmenu on libera.chat