From d9f50ffa894dd96a84eb4c99a377b1ebb9633ea0 Mon Sep 17 00:00:00 2001 From: "Scott G. Ainsworth" Date: Sat, 30 Oct 2021 01:18:13 -0500 Subject: [PATCH] Ubuntu Raspberry Pi: Stop unattended upgrades Signed-off-by: Scott G. Ainsworth Signed-off-by: Richard Laager --- .../Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst index b7a127a..d5383a7 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst @@ -233,14 +233,12 @@ Step 2: Setup ZFS #. Install ZFS:: + systemctl stop unattended-upgrades + apt update apt install pv zfs-initramfs - **Note:** Since this is the first boot, you may get ``Waiting for cache - lock`` because ``unattended-upgrades`` is running in the background. - Wait for it to finish. - #. Create the root pool: Choose one of the following options: