diff options
author | Robert Göhler <github@ghlr.de> | 2021-07-26 20:10:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 20:10:50 +0200 |
commit | 9d0a36518c17866577f5b0fad6aeba337ccb95e2 (patch) | |
tree | b0355c408ecaac91eb1a8d7bc6b04482533a6c1c /docs/installation/image.rst | |
parent | 6781e07e2be3afa628a6315aac544c2ec00ff5df (diff) | |
parent | 128fb311711b5f3d5a0da86327184ed2b06717d9 (diff) | |
download | vyos-documentation-9d0a36518c17866577f5b0fad6aeba337ccb95e2.tar.gz vyos-documentation-9d0a36518c17866577f5b0fad6aeba337ccb95e2.zip |
Merge pull request #583 from srividya0208/proof-reading
grammar correction
Diffstat (limited to 'docs/installation/image.rst')
-rw-r--r-- | docs/installation/image.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/installation/image.rst b/docs/installation/image.rst index 074a0245..8bf5b0dc 100644 --- a/docs/installation/image.rst +++ b/docs/installation/image.rst @@ -1,3 +1,5 @@ +:lastproofread: 2021-07-26 + .. _image-mgmt: ################ @@ -30,7 +32,7 @@ configured to be the default. .. opcmd:: show system image - List all available system images which can be bootet on the current system. + List all available system images which can be booted on the current system. .. code-block:: none @@ -46,7 +48,7 @@ configured to be the default. Delete no longer needed images from the system. You can specify an optional image name to delete, the image name can be retrieved via a list of available - images can be shown using the :opcmd:`show system image`. + images using the command :opcmd:`show system image`. .. code-block:: none @@ -111,5 +113,5 @@ Then reboot the system. so you don't need to worry about that. Each image has a unique copy of its configuration. -If you have access to the console, there is a another way to select +If you have access to the console, there is an another way to select your booting image: reboot and use the GRUB menu at startup. |