From ebdfbfbf96732082fb99f3a3e0f1d52bd1357c8d Mon Sep 17 00:00:00 2001 From: Arooo Date: Fri, 5 Jun 2020 22:05:33 +0200 Subject: [PATCH] Source list in live context Line 104 : "/mnt/etc/apt/sources.list" should be "/etc/apt/sources.list", we are preparing the live context, not the chroot, yet. --- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4c1d04a..012b2a3 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -101,7 +101,7 @@ Step 1: Prepare The Install Environment #. Setup and update the repositories:: - sudo vi /mnt/etc/apt/sources.list + sudo vi /etc/apt/sources.list .. code-block:: sourceslist