diff options
| author | Simon Rettberg | 2013-09-06 15:18:35 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:22:04 +0200 |
| commit | c344de73f403d8ed04abbe976019ec03dd9c9d73 (patch) | |
| tree | e0c441729b36b7ba6b1433255d70f7518a14821d /data/openslx-install | |
| parent | [dnbd3] Remove invalid parameter from service file (diff) | |
| download | tm-scripts-c344de73f403d8ed04abbe976019ec03dd9c9d73.tar.gz tm-scripts-c344de73f403d8ed04abbe976019ec03dd9c9d73.tar.xz tm-scripts-c344de73f403d8ed04abbe976019ec03dd9c9d73.zip | |
[DEMOSERVER] Update install and update script
- Check for updated scripts first, then update minilinux
- Add defaults for NTP
- Create pxe menuconfig in new format (config.tgz & addon support)
- Minor tweaks and refactoring
Diffstat (limited to 'data/openslx-install')
| -rwxr-xr-x | data/openslx-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/openslx-install b/data/openslx-install index b712aa3e..d511e88d 100755 --- a/data/openslx-install +++ b/data/openslx-install @@ -293,6 +293,8 @@ else # external NFS Server for VM Images is used. Disable NFS + Samba fi print "Dienste konfiguriert." +[ ! -e "/srv/openslx/www/config.tgz" ] && openslx-settings + # # ---- Create boottime system config ---- # |
