Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/mkimg/mkimg.1
| Show All 16 Lines | |||||
| .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||||
| .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||||
| .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||||
| .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||||
| .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||||
| .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||||
| .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd June 8, 2020 | .Dd February 8, 2024 | ||||
| .Dt MKIMG 1 | .Dt MKIMG 1 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm mkimg | .Nm mkimg | ||||
| .Nd "utility to make disk images" | .Nd "utility to make disk images" | ||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Nm | .Nm | ||||
| .Op Fl H Ar heads | .Op Fl H Ar heads | ||||
| ▲ Show 20 Lines • Show All 118 Lines • ▼ Show 20 Lines | |||||
| .Nm | .Nm | ||||
| utility will create images that are identical. | utility will create images that are identical. | ||||
| .Pp | .Pp | ||||
| The | The | ||||
| .Ar active | .Ar active | ||||
| option marks a partition as active, if the partitioning | option marks a partition as active, if the partitioning | ||||
| scheme supports it. | scheme supports it. | ||||
| Currently, only the | Currently, only the | ||||
| .Ar gpt and | |||||
marius: Uhm, the "and" should go onto a separate line so it's not an argument to the .Ar macro and not… | |||||
| .Ar mbr | .Ar mbr | ||||
| scheme supports this concept. | schemes support this concept. | ||||
| By default, | By default, | ||||
Done Inline ActionsIt would be nice to have this list sorted alphabetically. Apart from that, this change looks good to me. Don't forget to bump .Dd when commtting, though. marius: It would be nice to have this list sorted alphabetically. Apart from that, this change looks… | |||||
| .Nm | .Nm | ||||
| will only mark the first partition as active when boot code is | will only mark the first partition as active when boot code is | ||||
| specified. | specified. | ||||
| Use the | Use the | ||||
| .Ar active | .Ar active | ||||
| option to override the active partition. | option to override the active partition. | ||||
| The number specified corresponds to the number after the 's' in the | The number specified corresponds to the number after the 's' in the | ||||
| partition's | partition's | ||||
| ▲ Show 20 Lines • Show All 204 Lines • Show Last 20 Lines | |||||
Uhm, the "and" should go onto a separate line so it's not an argument to the .Ar macro and not rendered specially as expected.