mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
initrdscripts: Fix the init scripts to support the no fb case.
This commit is contained in:
@@ -27,9 +27,9 @@ read_args() {
|
||||
LABEL=*)
|
||||
label=$optarg ;;
|
||||
video=*)
|
||||
video_mode=$optarg ;;
|
||||
video_mode=$arg ;;
|
||||
vga=*)
|
||||
vga_mode=$optarg ;;
|
||||
vga_mode=$arg ;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
@@ -79,7 +79,7 @@ case $label in
|
||||
;;
|
||||
install)
|
||||
if [ -f /media/$i/$ROOT_IMAGE ] ; then
|
||||
./install.sh $i $ROOT_IMAGE $video_mode $vga
|
||||
./install.sh $i $ROOT_IMAGE $video_mode $vga_mode
|
||||
else
|
||||
fatal "Couldnt find install script"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user