Commit dd63962f authored by Seblu's avatar Seblu
Browse files

Add configuration samples

parent 28506fc6
Loading
Loading
Loading
Loading

samples/isinstall.conf

0 → 100644
+13 −0
Original line number Diff line number Diff line
# 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

samples/isrepo.conf

0 → 100644
+10 −0
Original line number Diff line number Diff line
[isrepo]
cache = /tmp/cache

[smartjog]
image = /home/installsystemsng/image
data = /home/installsystemsng/data
chown = seblu
chgroup = sebgp
fchmod = 644
dchmod = 755