aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index df0de03..9a4b4c2 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -21,7 +21,7 @@ initrd_file=$1
vgamode=$2
if [[ -z $vgamode || $vgamode == auto ]];then
- vgamode=$( $splash_dir/scripts/detect-resolution )
+ vgamode=$( $splash_dir/scripts/detect-resolution $initrd_file)
fi
if [[ $vgamode == 640* ]];then