diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-04 15:07:17 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-04 15:07:17 +0100 |
commit | 0cde2f4001082b913b0e607165290abb41e347b6 (patch) | |
tree | afca1c20ceb25c28d0465cb9f60e650941cab922 /auto | |
parent | ecef8d6d31c82ae40afd1734a476c366f8995018 (diff) | |
download | kanotix-0cde2f4001082b913b0e607165290abb41e347b6.zip kanotix-0cde2f4001082b913b0e607165290abb41e347b6.tar.gz |
don't include nvidia as default
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/kanotix | 2 |
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)" |