balena os initialize: Clarify that the process includes flashing

Change-type: patch
This commit is contained in:
Heath Raftery 2022-09-29 23:45:32 +10:00 committed by Thodoris Greasidis
parent e96ef6697e
commit e46902e683
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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}
`;