From 3109c441bac794cd674801934d6874c68193206b Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 26 May 2021 19:43:14 +0100 Subject: [PATCH] --- HDL_workflow/devscripts.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDL_workflow/devscripts.mdwn b/HDL_workflow/devscripts.mdwn index 271c1ab9c..b332449d9 100644 --- a/HDL_workflow/devscripts.mdwn +++ b/HDL_workflow/devscripts.mdwn @@ -2,7 +2,7 @@ Setting up the dependencies and repositories for Libre-SOC is big enough that it is just much easier to do in an automated fashion. Follow these steps after making sure that you review the scripts line by line because they run as root and it is your responsibility to check them, not ours. -Note the reason for entering the chroot as a user (not root) and then running sudo bash again is due to this procedure setting the SUDO_USER environment, on which the scripts critically rely. Also: the dev-env-setup repository is cloned twice, once to get the chroot script and a second time to use scripts *inside* the chroot. Feel free to simply cooy the repository into the chroot to save bandwidth. +Note the reason for entering the chroot as a user (not root) and then running sudo bash again is due to this procedure setting the SUDO_USER environment, on which the scripts critically rely. Also: the dev-env-setup repository is cloned twice, once to get the chroot script and a second time to use scripts *inside* the chroot. Feel free to simply copy the repository into the chroot to save bandwidth. $ git clone https://git.libre-soc.org/git/dev-env-setup.git $ cd dev-env-setup -- 2.30.2