From 3dd76f39ec392a67af70af023016928172c338dd Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 18 Dec 2020 19:32:17 -0600 Subject: [PATCH] Debian/Ubuntu: Fix os-prober change This was broken in add1e275fb81d59336c3620f2c6f53f90cd88b95. Closes #93 Reported-by: Wojtek Siudzinski Signed-off-by: Richard Laager --- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 2 +- docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst | 2 +- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index 1104211..df47549 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -660,7 +660,7 @@ Step 4: System Configuration #. 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 in dual-boot configurations. diff --git a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst index d60cd8c..c658620 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst @@ -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 --purge os-prober + apt remove --purge os-prober This avoids error messages from `update-grub`. `os-prober` is only necessary in dual-boot configurations. diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 7ff954e..b1ff593 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -799,7 +799,7 @@ Step 4: System Configuration #. 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 in dual-boot configurations.