diff options
| -rwxr-xr-x | openslx | 2 | ||||
| -rw-r--r-- | remote/modules/nvidia_kernel/module.conf.ubuntu.14.04 | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -82,6 +82,8 @@ print_usage() { echo -e " Examples:" echo -e " server 1.2.3.4 -s" echo -e " (sync all builds from remote system 1.2.3.4)" + echo -e " server 1.2.3.4 stage31 -e cpio" + echo -e " (packs stage31 as initram-fs (cpio) from remote system 1.2.3.4)" echo -e " server 1.2.3.4 stage32 -e sqfs" echo -e " (packs stage32 as squashfs from remote system 1.2.3.4)" echo -e " server 1.2.3.4 stage31 -c" diff --git a/remote/modules/nvidia_kernel/module.conf.ubuntu.14.04 b/remote/modules/nvidia_kernel/module.conf.ubuntu.14.04 new file mode 100644 index 00000000..73887357 --- /dev/null +++ b/remote/modules/nvidia_kernel/module.conf.ubuntu.14.04 @@ -0,0 +1,4 @@ +REQUIRED_VERSION="337.12" +REQUIRED_NVIDIA="NVIDIA-Linux-x86_64-$REQUIRED_VERSION.run" +REQUIRED_URL="http://download.nvidia.com/XFree86/Linux-x86_64/$REQUIRED_VERSION/$REQUIRED_NVIDIA" + |
