diff --git a/samples/isinstall.conf b/samples/isinstall.conf new file mode 100644 index 0000000000000000000000000000000000000000..c398b6b61720401d6e50ce2a48b092c1fac1dc2f --- /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 0000000000000000000000000000000000000000..0b4cd41fca6399c0714297132a18b247e90d7550 --- /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