mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
balena os initialize: Clarify that the process includes flashing
Change-type: patch
This commit is contained in:
parent
e96ef6697e
commit
e46902e683
@ -2261,7 +2261,9 @@ expiry date assigned to generated provisioning api key (format: YYYY-MM-DD)
|
||||
## os initialize <image>
|
||||
|
||||
Initialize an os image for a device with a previously
|
||||
configured operating system image.
|
||||
configured operating system image and flash the
|
||||
an external storage drive or the device's storage
|
||||
medium depending on the device type.
|
||||
|
||||
|
||||
Note: Initializing the device may ask for administrative permissions
|
||||
|
@ -42,7 +42,9 @@ export default class OsInitializeCmd extends Command {
|
||||
Initialize an os image for a device.
|
||||
|
||||
Initialize an os image for a device with a previously
|
||||
configured operating system image.
|
||||
configured operating system image and flash the
|
||||
an external storage drive or the device's storage
|
||||
medium depending on the device type.
|
||||
${INIT_WARNING_MESSAGE}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user