projects
/
fai-configs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
removed network-manager from FAIBASE
[fai-configs.git]
/
scripts
/
IKIWIKI
/
30-setup-ikiwiki
1
#!/bin/sh
2
3
# Detect if ikikwiki is already installed
4
if [ ! -e /etc/ikiwiki/ikiwiki.setup ]; then
5
# copy ikiwiki config
6
fcopy -v /etc/ikiwiki/ikiwiki.setup
7
8
# run setup
9
$ROOTCMD ikiwiki --setup /etc/ikiwiki/ikiwiki.setup/DEFAULT
10
fi