diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:25 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:25 +0200 |
| commit | b20c029242be0736ebad66870076fbd0f46b2274 (patch) | |
| tree | c8170dc5585a5cf6e4c505f6ba16567e0f1453f6 /scripts | |
| parent | 8a4793dbe68ec2e28f0dbcc123f13339f57fac2b (diff) | |
| download | live-boot-b20c029242be0736ebad66870076fbd0f46b2274.tar.gz live-boot-b20c029242be0736ebad66870076fbd0f46b2274.zip | |
Adding casper 1.68+debian-2.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/casper | 4 | ||||
| -rwxr-xr-x | scripts/casper-bottom/30accessibility | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/scripts/casper b/scripts/casper index c019e3b..dba4b4a 100644 --- a/scripts/casper +++ b/scripts/casper @@ -49,8 +49,8 @@ for x in $(cat /proc/cmdline); do export HIDECOW=1 ;; persistent) export PERSISTENT=1 ;; - staticip*) - STATICIP=${x#staticip=} + ip*) + STATICIP=${x#ip=} if [ "${STATICIP}" == "" ]; then STATICIP="frommedia" fi diff --git a/scripts/casper-bottom/30accessibility b/scripts/casper-bottom/30accessibility index b0c049b..e8e7e8a 100755 --- a/scripts/casper-bottom/30accessibility +++ b/scripts/casper-bottom/30accessibility @@ -52,7 +52,6 @@ for x in $(cat /proc/cmdline); do gct -s -t string /desktop/gnome/peripherals/mouse/cursor_theme whiteglass kderc_addtoprefixes /usr/share/kubuntu-default-settings/kde-profile/lesser-visual-impairment/ - fi ;; # Moderate Visual Impairment access=v2) |
