From 0cde2f4001082b913b0e607165290abb41e347b6 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Fri, 4 Mar 2011 15:07:17 +0100
Subject: don't include nvidia as default

---
 auto/kanotix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto/kanotix b/auto/kanotix
index 32ebbb5..8588976 100755
--- a/auto/kanotix
+++ b/auto/kanotix
@@ -16,7 +16,7 @@ eof
 
 write_kanotix_config()
 {
-[ -z "${LB_KANOTIX_NVIDIA}" ] && LB_KANOTIX_NVIDIA="true"
+[ -z "${LB_KANOTIX_NVIDIA}" ] && LB_KANOTIX_NVIDIA="false"
 [ -z "${LB_KANOTIX_TMPFS}" ] && [ -d tmpfs ] && LB_KANOTIX_TMPFS="true"
 [ -z "${LB_KANOTIX_TMPFS}" ] && LB_KANOTIX_TMPFS="false"
 [ -z "${LB_KANOTIX_TMPFS_OPTIONS}" ] && [ -f tmpfs/options ] && LB_KANOTIX_TMPFS_OPTIONS="$(<tmpfs/options)"
-- 
cgit v1.0