Skip to content

Commit f3e2786

Browse files
committed
Small improvements
Signed-off-by: Volker Theile <[email protected]>
1 parent 55fed45 commit f3e2786

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

installation/on_debian.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Re-deploy the network configuration via the services used by |omv|:
114114
115115
omv-salt deploy run systemd-networkd
116116
117-
Or alternatively use :command:`omv-firstaid` to do the initial network configuration.
117+
Or alternatively use :command:`omv-firstaid` to do the initial network configuration from CLI.
118118

119119
.. note::
120120
The IP address may change during the redeployment of the network configuration, therefore

installation/via_iso.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,21 @@ The error `Unable to install GRUB in /dev/sda` occurs.
7373
`Installation step failed`.
7474
- In the Debian installer main menu (which should have popped up by now),
7575
select `Execute a shell` and then `Continue`.
76-
- Execute the following commands::
77-
78-
# Chroot.
79-
chroot /target
80-
# Replace [a-z] with the drive you want to install grub to.
81-
# This is normally the drive you've selected to install OpenMediaVault on.
82-
grub-install /dev/sd[a-z]
83-
# Update GRUB.
84-
update-grub
85-
# Exit chroot.
86-
exit
87-
# Exit shell.
88-
exit
76+
- Execute the following commands:
77+
78+
.. code-block:: console
79+
80+
# Chroot.
81+
chroot /target
82+
# Replace [a-z] with the drive you want to install grub to.
83+
# This is normally the drive you've selected to install OpenMediaVault on.
84+
grub-install /dev/sd[a-z]
85+
# Update GRUB.
86+
update-grub
87+
# Exit chroot.
88+
exit
89+
# Exit shell.
90+
exit
8991
9092
- Select `Continue without boot loader` in the Debian installer main menu and
9193
then `Continue`.

0 commit comments

Comments
 (0)