[Debian-live-changes] r2380 - dists/trunk/live-initramfs/scripts
daniel at alioth.debian.org
daniel at alioth.debian.org
Tue Jul 3 08:41:05 UTC 2007
Author: daniel
Date: 2007-07-03 08:41:05 +0000 (Tue, 03 Jul 2007)
New Revision: 2380
Modified:
dists/trunk/live-initramfs/scripts/live
Log:
Modified: dists/trunk/live-initramfs/scripts/live
===================================================================
--- dists/trunk/live-initramfs/scripts/live 2007-07-03 08:25:32 UTC (rev 2379)
+++ dists/trunk/live-initramfs/scripts/live 2007-07-03 08:41:05 UTC (rev 2380)
@@ -95,10 +95,12 @@
kmodel=*|console-setup/modelcode=*)
KMODEL=${x#*=}
+ export KMODEL
;;
koptions=*)
KOPTIONS=${x#koptions=}
+ export KOPTIONS
;;
live-getty)
@@ -200,9 +202,9 @@
;;
timezone=*)
- TIMEZONE="${x#timezone=}"
- export TIMEZONE
- ;;
+ TIMEZONE="${x#timezone=}"
+ export TIMEZONE
+ ;;
todisk=*)
TODISK=${x#todisk=}
More information about the Debian-live-changes
mailing list