Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/mkimg/mkimg.1
| Show First 20 Lines • Show All 151 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 mbr | .Ar mbr and | ||||
marius: Uhm, the "and" should go onto a separate line so it's not an argument to the .Ar macro and not… | |||||
| scheme supports this concept. | .Ar gpt | ||||
mariusUnsubmitted 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… | |||||
| schemes support this concept. | |||||
| By default, | By default, | ||||
| .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 | ||||
| ▲ Show 20 Lines • Show All 205 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.