summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-01-02 11:44:35 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-02 11:45:34 -0500
commited3d53fb876af4489b1dec17bf9bf5c01e4adab9 (patch)
tree358fcd8e70ae46a514004b29ae79f5eb1bd1c106 /src/chroot-tools
parent32603b6a2c26e7f450c609f614eab2c50aaf6117 (diff)
librechroot: Add comments about where config changes come from
This has been sitting uncommitted in my checkout for a while. This has been sitting uncommitted in my checkout for a while.
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-xsrc/chroot-tools/librechroot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index ff764b6..ad052b4 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -227,9 +227,9 @@ usage() {
echo
prose 'This command will make the following configuration changes in the
chroot:'
- bullet 'overwrite `/etc/libretools.d/chroot.conf`'
- bullet 'overwrite `/etc/pacman.d/mirrorlist`'
- bullet 'set `CacheDir` in `/etc/pacman.conf`'
+ bullet 'overwrite `/etc/libretools.d/chroot.conf`' # libretools/librechroot
+ bullet 'overwrite `/etc/pacman.d/mirrorlist`' # devtools/arch-nspawn
+ bullet 'set `CacheDir` in `/etc/pacman.conf`' # devtools/arch-nspawn
prose 'If a new `pacman.conf` is inserted with the `-C` flag, the change
is made after the file is copied in; the `-C` flag doesn'"'"'t
stop the change from being effective.'