summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-04 15:07:17 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-04 15:07:17 +0100
commit0cde2f4001082b913b0e607165290abb41e347b6 (patch)
treeafca1c20ceb25c28d0465cb9f60e650941cab922 /auto
parentecef8d6d31c82ae40afd1734a476c366f8995018 (diff)
downloadkanotix-0cde2f4001082b913b0e607165290abb41e347b6.zip
kanotix-0cde2f4001082b913b0e607165290abb41e347b6.tar.gz
don't include nvidia as default
Diffstat (limited to 'auto')
-rwxr-xr-xauto/kanotix2
1 files changed, 1 insertions, 1 deletions
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)"