summaryrefslogtreecommitdiff
path: root/auto/kanotix
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-08-25 14:53:43 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-08-25 14:54:00 +0200
commit5ccdc52857d1535e492f3914e12297a3145b138c (patch)
treeb769b64dc606e9d7aa8739a5b00771f19cd50391 /auto/kanotix
parent3c3b78ecde4ac463eb9d8dc35c1af2c65f3c7aab (diff)
downloadkanotix-5ccdc52857d1535e492f3914e12297a3145b138c.zip
kanotix-5ccdc52857d1535e492f3914e12297a3145b138c.tar.gz
removed obsolete --include-nvidia option, fixed codenames
Diffstat (limited to 'auto/kanotix')
-rwxr-xr-xauto/kanotix10
1 files changed, 0 insertions, 10 deletions
diff --git a/auto/kanotix b/auto/kanotix
index aee291f..45b9c97 100755
--- a/auto/kanotix
+++ b/auto/kanotix
@@ -7,7 +7,6 @@ usage()
cat <<eof
Additional Options for Kanotix:
- [--include-nvidia true|false]
[--tmpfs true|false]
[--tmpfs-options OPTIONS]
[--gfxoverlays true|false]
@@ -17,7 +16,6 @@ eof
write_kanotix_config()
{
-[ -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)"
@@ -26,10 +24,6 @@ write_kanotix_config()
cat >config/kanotix << EOF
# config/kanotix - additional options for Kanotix
-# \$LB_KANOTIX_NVIDIA: include NVidia-Drivers into chroot
-# (Default: ${LB_KANOTIX_NVIDIA})
-LB_KANOTIX_NVIDIA="${LB_KANOTIX_NVIDIA}"
-
# \$LB_KANOTIX_TMPFS: use tmpfs to build
# (Default: ${LB_KANOTIX_TMPFS})
LB_KANOTIX_TMPFS="${LB_KANOTIX_TMPFS}"
@@ -51,10 +45,6 @@ unset args; i=1
while [ "$1" ]
do
case "$1" in
- --include-nvidia)
- LB_KANOTIX_NVIDIA="$2"
- shift
- ;;
--tmpfs)
LB_KANOTIX_TMPFS="$2"
shift