diff options
| author | root | 2013-12-01 16:48:17 +0100 |
|---|---|---|
| committer | root | 2013-12-01 16:48:17 +0100 |
| commit | 66ede765bad4a0ecd405e955bf0fd2da8e3e45da (patch) | |
| tree | 65647f793088649ea857459726e1877580a71dd7 | |
| parent | [rfs-stage32] Add /bin/ash link to busybox-ash (diff) | |
| download | tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.tar.gz tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.tar.xz tm-scripts-66ede765bad4a0ecd405e955bf0fd2da8e3e45da.zip | |
Doc + comments ...
| -rw-r--r-- | doc/setup_howto | 2 | ||||
| -rw-r--r-- | remote/modules/beamergui/beamergui.build | 2 | ||||
| -rw-r--r-- | remote/modules/printergui/printergui.build | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/setup_howto b/doc/setup_howto index 73226a39..5d516ea9 100644 --- a/doc/setup_howto +++ b/doc/setup_howto @@ -208,6 +208,8 @@ localizations may be listed at [path to tm-scripts]/server/configs. 10. iPXE: TODO +## most probably not required as relevant features are available in recent +## Syslinux versions (6.0.0+) 11. Stage 4 (extract Linux desktop environment) diff --git a/remote/modules/beamergui/beamergui.build b/remote/modules/beamergui/beamergui.build index e27cf0b3..837a2e38 100644 --- a/remote/modules/beamergui/beamergui.build +++ b/remote/modules/beamergui/beamergui.build @@ -10,7 +10,7 @@ build() { mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!" pinfo "Running qmake" - qmake "$SRCDIR/src/beamergui.pro" -r -spec linux-g++ || perror "'qmake' failed." + qmake "$SRCDIR/src/beamergui.pro" -r -spec linux-g++ || perror "'qmake' failed (e.g. not installed)." pinfo "Running make" make || perror "'make' failed." } diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build index 3a0fd52b..5803d8e8 100644 --- a/remote/modules/printergui/printergui.build +++ b/remote/modules/printergui/printergui.build @@ -10,7 +10,7 @@ build() { mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" cd "${MODULE_BUILD_DIR}/opt/openslx/bin" || perror "Could not cd!" pinfo "Running qmake" - qmake "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed." + qmake "$SRCDIR/src/printergui.pro" -r -spec linux-g++ || perror "'qmake' failed (e.g. not installed)." pinfo "Running make" make || perror "'make' failed." } |
