From dd63962f3d7d5aec0e4e166312837db7b4575e0c Mon Sep 17 00:00:00 2001 From: Seblu Date: Wed, 1 Jun 2011 12:34:05 +0200 Subject: [PATCH] Add configuration samples --- samples/isinstall.conf | 13 +++++++++++++ samples/isrepo.conf | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 samples/isinstall.conf create mode 100644 samples/isrepo.conf diff --git a/samples/isinstall.conf b/samples/isinstall.conf new file mode 100644 index 0000000..c398b6b --- /dev/null +++ b/samples/isinstall.conf @@ -0,0 +1,13 @@ +# isinstall program configuration +[isinstall] +debug = False + +# smartjog official installsystems repository +[smartjog] +image = http://installsystems.boot.wan/images +data = http://installsystems.boot.wan/data + +# localhost testing repository +[localhost] +image = http://localhost/images +data = http://localhost/data diff --git a/samples/isrepo.conf b/samples/isrepo.conf new file mode 100644 index 0000000..0b4cd41 --- /dev/null +++ b/samples/isrepo.conf @@ -0,0 +1,10 @@ +[isrepo] +cache = /tmp/cache + +[smartjog] +image = /home/installsystemsng/image +data = /home/installsystemsng/data +chown = seblu +chgroup = sebgp +fchmod = 644 +dchmod = 755 -- GitLab