From cbb49c7fb433d7d04a8b2a96a9b03df06327e0c0 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 11 Dec 2021 18:45:36 -0600 Subject: [PATCH] Debian/Ubuntu: Simplify os-prober removal Signed-off-by: Richard Laager --- docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst | 2 +- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst index 058c1af..79f46ec 100644 --- a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst @@ -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. 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 b42b9ba..770469f 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -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. 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 9387749..e8278ea 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 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. 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 d2e5119..ae64ea8 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 @@ -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.