Debian/Ubuntu: Simplify os-prober removal
Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
@@ -664,7 +664,7 @@ Step 4: System Configuration
|
|||||||
|
|
||||||
#. Optional: Remove os-prober::
|
#. 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
|
This avoids error messages from `update-grub`. `os-prober` is only
|
||||||
necessary in dual-boot configurations.
|
necessary in dual-boot configurations.
|
||||||
|
|||||||
@@ -694,7 +694,7 @@ Step 4: System Configuration
|
|||||||
|
|
||||||
#. Optional: Remove os-prober::
|
#. 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
|
This avoids error messages from `update-grub`. `os-prober` is only
|
||||||
necessary in dual-boot configurations.
|
necessary in dual-boot configurations.
|
||||||
|
|||||||
@@ -557,7 +557,7 @@ Select (using the space bar) all of the disks (not partitions) in your pool.
|
|||||||
|
|
||||||
4.9 (Optional): Remove os-prober::
|
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
|
This avoids error messages from `update-grub`. `os-prober` is only necessary
|
||||||
in dual-boot configurations.
|
in dual-boot configurations.
|
||||||
|
|||||||
@@ -837,7 +837,7 @@ Step 4: System Configuration
|
|||||||
|
|
||||||
#. Optional: Remove os-prober::
|
#. 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
|
This avoids error messages from ``update-grub``. ``os-prober`` is only
|
||||||
necessary in dual-boot configurations.
|
necessary in dual-boot configurations.
|
||||||
|
|||||||
Reference in New Issue
Block a user