From d62cdde3c560a8f6c5e67ddebeae4fcfb4712f4f Mon Sep 17 00:00:00 2001 From: nadyawilliams Date: Tue, 1 Sep 2015 09:35:42 -0700 Subject: [PATCH 1/2] syntax --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 312afae..4ecc5c1 100644 --- a/README.rst +++ b/README.rst @@ -16,10 +16,10 @@ Requirements ------------- To build/install this roll you need to download cuda toolkit and driver source files (``*.run`` format) -and plase them in respective directories in src/: :: +and plase them in respective directories in src/: - `NVIDIA CUDA toolkit `_ - `NVIDIA drivers `_ ++ `NVIDIA CUDA toolkit `_ ++ `NVIDIA drivers `_ The toolkit distro is ~1Gb. Must have enough space (~ 1.5GB) in / when building the roll. From 2d76258210faea9f682a8f926ea640bf9bbd12e1 Mon Sep 17 00:00:00 2001 From: nadyawilliams Date: Tue, 1 Sep 2015 17:08:13 -0700 Subject: [PATCH 2/2] have a single iso --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4ecc5c1..48d06b1 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ To build the roll, execute : :: # make 2>&1 | tee build.log -A successful build will create 2 ``cuda-*.disk*.iso`` files. +A successful build will create ``cuda-*.x86_64*.iso`` file. Installing ------------