(no commit message)
authorlkcl <lkcl@web>
Wed, 26 May 2021 18:43:14 +0000 (19:43 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 26 May 2021 18:43:14 +0000 (19:43 +0100)
HDL_workflow/devscripts.mdwn

index 271c1ab9c13886e1b39d1bfc57b5d82919fda5c2..b332449d97dd597ff9e3e7505b740bef8de19780 100644 (file)
@@ -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