From e62875d452c17fced8f79c123461ec268265ab37 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 3 Apr 2017 14:20:17 -0500 Subject: [PATCH] Simplify the GRUB install on Debian Reported-by: Hajo Noerenberg --- Debian-Jessie-Root-on-ZFS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Debian-Jessie-Root-on-ZFS.md b/Debian-Jessie-Root-on-ZFS.md index 22d94d2..7103e54 100644 --- a/Debian-Jessie-Root-on-ZFS.md +++ b/Debian-Jessie-Root-on-ZFS.md @@ -228,10 +228,9 @@ Choose one of the following options: 4.6a Install GRUB for legacy (MBR) booting - # apt install --yes grub-pc - # apt install --yes -t testing grub-pc + # apt install --yes grub-pc/testing -This intentionally installs GRUB twice: once from `stable` and then from `testing`. This ensures that dependencies are satisfied from `stable`, if possible, which avoids some conflicts with other packages. +This installs GRUB from `testing`, but satisfies dependencies from `stable`, if possible, which avoids some conflicts with other packages. 4.6b Install GRUB for UEFI booting