Debian/Ubuntu: Simplify os-prober removal

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2021-12-11 18:45:36 -06:00
parent c2ecfb8cbb
commit cbb49c7fb4
4 changed files with 4 additions and 4 deletions

View File

@@ -664,7 +664,7 @@ Step 4: System Configuration
#. Optional: Remove os-prober::
apt remove --purge os-prober
apt purge --yes os-prober
This avoids error messages from `update-grub`. `os-prober` is only
necessary in dual-boot configurations.

View File

@@ -694,7 +694,7 @@ Step 4: System Configuration
#. Optional: Remove os-prober::
apt remove --purge os-prober
apt purge --yes os-prober
This avoids error messages from `update-grub`. `os-prober` is only
necessary in dual-boot configurations.

View File

@@ -557,7 +557,7 @@ Select (using the space bar) all of the disks (not partitions) in your pool.
4.9 (Optional): Remove os-prober::
apt remove --purge os-prober
apt purge --yes os-prober
This avoids error messages from `update-grub`. `os-prober` is only necessary
in dual-boot configurations.

View File

@@ -837,7 +837,7 @@ Step 4: System Configuration
#. Optional: Remove os-prober::
apt remove --purge os-prober
apt purge --yes os-prober
This avoids error messages from ``update-grub``. ``os-prober`` is only
necessary in dual-boot configurations.