diff options
| author | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-10 18:50:56 +0100 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-10 18:50:56 +0100 |
| commit | 2685507637ba11f25d1e35053d4663add2ad51ef (patch) | |
| tree | fa30fc859fb444a7b1b18225dc752628ab2f9051 /meta/packages/initrdscripts/files/init-live.sh | |
| parent | cf96c4ce6ca3901abebe7abefcee0a37ca8c5673 (diff) | |
| download | poky-2685507637ba11f25d1e35053d4663add2ad51ef.tar.gz | |
initrdscripts: Fix the init scripts to support the no fb case.
Diffstat (limited to 'meta/packages/initrdscripts/files/init-live.sh')
| -rw-r--r-- | meta/packages/initrdscripts/files/init-live.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/initrdscripts/files/init-live.sh b/meta/packages/initrdscripts/files/init-live.sh index 96a1a9488f..d4e53713ef 100644 --- a/meta/packages/initrdscripts/files/init-live.sh +++ b/meta/packages/initrdscripts/files/init-live.sh | |||
| @@ -27,9 +27,9 @@ read_args() { | |||
| 27 | LABEL=*) | 27 | LABEL=*) |
| 28 | label=$optarg ;; | 28 | label=$optarg ;; |
| 29 | video=*) | 29 | video=*) |
| 30 | video_mode=$optarg ;; | 30 | video_mode=$arg ;; |
| 31 | vga=*) | 31 | vga=*) |
| 32 | vga_mode=$optarg ;; | 32 | vga_mode=$arg ;; |
| 33 | esac | 33 | esac |
| 34 | done | 34 | done |
| 35 | } | 35 | } |
| @@ -79,7 +79,7 @@ case $label in | |||
| 79 | ;; | 79 | ;; |
| 80 | install) | 80 | install) |
| 81 | if [ -f /media/$i/$ROOT_IMAGE ] ; then | 81 | if [ -f /media/$i/$ROOT_IMAGE ] ; then |
| 82 | ./install.sh $i $ROOT_IMAGE $video_mode $vga | 82 | ./install.sh $i $ROOT_IMAGE $video_mode $vga_mode |
| 83 | else | 83 | else |
| 84 | fatal "Couldnt find install script" | 84 | fatal "Couldnt find install script" |
| 85 | fi | 85 | fi |
