From 94e6c6f983be950a57cb355334f2685e29a950e7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 14 Apr 2016 19:52:46 -0400 Subject: librechroot: minor fixups --- src/chroot-tools/librechroot | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index da04663..ee3ffb8 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -5,7 +5,7 @@ set -euE # Copyright (C) 2010-2012 Nicolás Reynolds # Copyright (C) 2011-2012 Joshua Ismael Haase Hernández (xihh) # Copyright (C) 2012 Michał Masłowski -# Copyright (C) 2012-2015 Luke Shumaker +# Copyright (C) 2012-2016 Luke Shumaker # # License: GNU GPLv2+ # @@ -182,6 +182,10 @@ usage() { is made after the file is copied in; the `-C` flag doesn'\''t stop the change from being effective.' echo + prose 'The processor architecture of the chroot is determined + by the by `CARCH` variable in the `/etc/makepkg.conf` + file inside of the chroot.' + echo prose 'Creating a copy, deleting a copy, or syncing a copy can be fairly slow; but are very fast if $CHROOTDIR is on a btrfs partition.' echo @@ -319,7 +323,6 @@ main() { # XXX: SYSTEMD-STDIN HACK if ! [[ -t 0 ]]; then error "Input is not a TTY" - plain "https://labs.parabola.nu/issues/420" plain "https://labs.parabola.nu/issues/431" plain "https://bugs.freedesktop.org/show_bug.cgi?id=70290" prose "Due to a bug in systemd-nspawn, redirecting stdin is not @@ -327,7 +330,7 @@ main() { return 1 fi - # Keep this lock as long as we are running + # Keep this lock for as long as we are running # Note that '9' is the same FD number as in mkarchroot et al. lock 9 "$copydir.lock" \ "Waiting for existing lock on chroot copy to be released: [%s]" "$COPY" -- cgit v1.2.2