From: Anthony Liguori <aliguori@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Allow install.sh to run from read-only file system
Date: Thu, 01 Sep 2005 23:25:17 -0500 [thread overview]
Message-ID: <4317D42D.3030101@us.ibm.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
Make the check script log to /tmp instead of the working directory. This
allows us to install from a read-only file system (such as a cdrom).
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Regards,
Anthony Liguori
[-- Attachment #2: 6574_chk.diff --]
[-- Type: text/x-patch, Size: 865 bytes --]
# HG changeset patch
# User Anthony Liguori <anthony@codemonkey.ws>
# Node ID feba468a5e51874367aac4d8ab767bfa45a8f4b4
# Parent 592b1acd3bac146ec31c06dc0ea16ab20b9faf43
Make the check script log to /tmp instead of the working directory. This
allows us to install from a read-only file system (such as a cdrom).
diff -r 592b1acd3bac -r feba468a5e51 tools/check/chk
--- a/tools/check/chk Thu Sep 1 23:27:02 2005
+++ b/tools/check/chk Fri Sep 2 01:01:23 2005
@@ -17,14 +17,14 @@
case $1 in
build)
check="CHECK-BUILD"
- info=".chkbuild"
+ info="/tmp/xen.chkbuild"
;;
install)
check="CHECK-INSTALL"
- info=".chkinstall"
+ info="/tmp/xen.chkinstall"
;;
clean)
- rm -f .chkbuild .chkinstall
+ rm -f /tmp/xen.chkbuild /tmp/xen.chkinstall
exit 0
;;
*)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
reply other threads:[~2005-09-02 4:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4317D42D.3030101@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.