From b7545f836f4f8750059cc4e2dac34f6150d954ae Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Wed, 16 Apr 2014 16:58:18 +0200 Subject: [nvidia_kernel] Newer driver version 337.12 doesn't seem to throw error building nvidia_uvm.ko - please test. --- remote/modules/nvidia_kernel/module.conf.ubuntu.14.04 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 remote/modules/nvidia_kernel/module.conf.ubuntu.14.04 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" + -- cgit v1.2.3-55-g7522 From 172e1263d1df4b525270ca899ed9888a3eb2017f Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Wed, 16 Apr 2014 17:40:01 +0200 Subject: [openslx] Added example for initram-fs / cpio, stage31 --- openslx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openslx b/openslx index 47fc4070..9460dc74 100755 --- a/openslx +++ b/openslx @@ -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" -- cgit v1.2.3-55-g7522