Debian/Ubuntu: Fix os-prober change
This was broken in add1e275fb.
Closes #93
Reported-by: Wojtek Siudzinski <admin@suda.pl>
Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
@@ -660,7 +660,7 @@ Step 4: System Configuration
|
|||||||
|
|
||||||
#. Optional: Remove os-prober::
|
#. Optional: Remove os-prober::
|
||||||
|
|
||||||
apt --purge os-prober
|
apt remove --purge 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 --purge os-prober
|
apt remove --purge 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.
|
||||||
|
|||||||
@@ -799,7 +799,7 @@ Step 4: System Configuration
|
|||||||
|
|
||||||
#. Optional: Remove os-prober::
|
#. Optional: Remove os-prober::
|
||||||
|
|
||||||
apt --purge os-prober
|
apt remove --purge 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